/* ===================== Table Content Start =======================

Project Name 	:  Classic Cars
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  22/11/2022
Author 			:  Pentagon Information Technology

======================== Table Content End ===================== */
@font-face {
  font-family: "sunday_bloomregular";
  src: url("../fonts/sundaybloomregular-doap9-webfont.woff2") format("woff2"), url("../fonts/sundaybloomregular-doap9-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*-- 1. VARIABLES --*/
/*-- 2. MIXIN --*/
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #0F0F0F;
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #F9F8FE;
}
body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #EF1314;
  outline: 1px solid #EF1314;
}
@media (max-width: 1699px) {
  body {
    background: #f3f2f7;
  }
}

ul {
  margin: 0;
  padding: 0;
  display: block;
}

li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "sunday_bloomregular";
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

h5,
h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

::-moz-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

.load-complete {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.load-complete.hides {
  opacity: 0;
  transition: all 1s;
  z-index: -9;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 140px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  transition: all 1s;
}
@media (max-width: 1699px) {
  header {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  header {
    padding: 0 20px;
  }
}
header .head-left {
  display: flex;
}
header .head-left .head-logo {
  margin-right: 90px;
}
@media (max-width: 1280px) {
  header .head-left .head-logo {
    margin-right: 40px;
  }
}
header .head-left .head-logo svg {
  width: 180px;
  transition: all 400ms;
}
@media (max-width: 1699px) {
  header .head-left .head-logo svg {
    width: 100px;
    height: 100px;
  }
}
header .head-left .head-logo .fixed-logo {
  display: none;
}
header .head-left .head-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .head-left .head-menu {
    display: none;
  }
}
header .head-left .head-menu ul li {
  margin-right: 25px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1699px) {
  header .head-left .head-menu ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  header .head-left .head-menu ul li {
    margin-right: 10px;
  }
}
@media (max-width: 1020px) {
  header .head-left .head-menu ul li {
    margin-right: 7px;
  }
}
header .head-left .head-menu ul li a {
  font-size: 18px;
  color: #fff;
  font-family: "sunday_bloomregular";
  text-transform: capitalize;
}
@media (max-width: 1699px) {
  header .head-left .head-menu ul li a {
    font-size: 14px;
  }
}
header .head-left .head-menu ul li span {
  position: absolute;
  left: -30px;
  top: -20px;
  transform: translate(31px, 15px);
  opacity: 0;
  transition: all 400ms;
}
header .head-left .head-menu ul li:hover span {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 400ms;
}
header .head-left .head-menu ul li.active a {
  color: #f5c541;
}
header .head-left .head-menu ul li.active span {
  transform: translate(0, 0);
  opacity: 1;
}
header .head-left .head-menu ul li.dropdown {
  position: relative;
  padding: 30px 0;
}
header .head-left .head-menu ul li.dropdown span {
  top: 10px;
}
header .head-left .head-menu ul li.dropdown ul.submenu {
  position: fixed;
  background: #fff;
  left: 140px;
  right: 140px;
  width: 52%;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 150px;
  transition: all 200ms;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1699px) {
  header .head-left .head-menu ul li.dropdown ul.submenu {
    width: 70%;
  }
}
@media (max-width: 1280px) {
  header .head-left .head-menu ul li.dropdown ul.submenu {
    width: auto;
    left: 50px;
    right: 50px;
  }
}
header .head-left .head-menu ul li.dropdown ul.submenu:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  left: 230px;
  margin: auto;
  top: -10px;
}
@media (max-width: 1699px) {
  header .head-left .head-menu ul li.dropdown ul.submenu:before {
    left: 230px;
  }
}
@media (max-width: 1399px) {
  header .head-left .head-menu ul li.dropdown ul.submenu:before {
    left: 280px;
  }
}
@media (max-width: 1280px) {
  header .head-left .head-menu ul li.dropdown ul.submenu:before {
    left: 370px;
  }
}
header .head-left .head-menu ul li.dropdown ul.submenu li {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 25%;
}
header .head-left .head-menu ul li.dropdown ul.submenu li a {
  display: flex;
  padding: 30px;
  position: relative;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  justify-content: center;
}
header .head-left .head-menu ul li.dropdown ul.submenu li a figure {
  margin: 0 10px 0 0;
  height: 70px;
}
header .head-left .head-menu ul li.dropdown ul.submenu li a .droplist {
  position: static;
  opacity: 1;
  transform: none;
}
header .head-left .head-menu ul li.dropdown ul.submenu li a .droplist h5 {
  font-size: 15px;
  line-height: 20px;
  color: #0F0F0F;
  font-family: "sunday_bloomregular";
}
header .head-left .head-menu ul li.dropdown ul.submenu li a .droplist ul li {
  color: #4171f5;
  font-size: 13px;
  font-weight: 500;
  width: auto;
  margin-right: 10px;
  position: relative;
}
header .head-left .head-menu ul li.dropdown ul.submenu li a .droplist ul li:after {
  position: absolute;
  content: "";
  right: -9px;
  top: 15px;
  width: 3px;
  height: 3px;
  background: #4171f5;
  border-radius: 50%;
}
header .head-left .head-menu ul li.dropdown ul.submenu li a .droplist ul li:last-child {
  margin: 0;
}
header .head-left .head-menu ul li.dropdown ul.submenu li a .droplist ul li:last-child:after {
  display: none;
}
header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(1) a, header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(5) a {
  justify-content: center;
}
header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(4) a, header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(8) a {
  border-right: none;
  justify-content: center;
}
header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(5) a, header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(6) a, header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(7) a, header .head-left .head-menu ul li.dropdown ul.submenu li:nth-child(8) a {
  border-bottom: none;
}
header .head-left .head-menu ul li.dropdown:hover ul.submenu {
  top: 140px;
  transition: all 400ms;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1699px) {
  header .head-left .head-menu ul li.dropdown:hover ul.submenu {
    top: 100px;
  }
}
header .head-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1699px) {
  header .head-right .call {
    height: 50px;
  }
}
@media (max-width: 575px) {
  header .head-right .call {
    margin-right: 50px;
  }
}
header .head-right .call iframe {
  width: 80px;
  height: 80px;
}
@media (max-width: 1699px) {
  header .head-right .call iframe {
    width: 50px;
    height: 50px;
  }
}
header .head-right .book-now {
  margin-left: 30px;
}
@media (max-width: 1699px) {
  header .head-right .book-now {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  header .head-right .book-now {
    margin-right: 60px;
  }
}
@media (max-width: 575px) {
  header .head-right .book-now {
    display: none;
  }
}
header .head-right .book-now a {
  background: #fff;
  font-size: 20px;
  color: #4171F5;
  font-family: "sunday_bloomregular";
  padding: 22px 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 9;
}
@media (max-width: 1699px) {
  header .head-right .book-now a {
    font-size: 14px;
    padding: 10px 25px;
  }
}
header .head-right .book-now a:hover {
  color: #fff;
}
header .head-right .mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  header .head-right .mobile-menu {
    display: block;
  }
}
header.follow {
  background: #fff;
  transition: all 1s;
  z-index: 999;
}
header.follow .head-left .head-logo svg {
  width: 100px;
  height: 100px;
  transition: all 400ms;
}
header.follow .head-left .head-logo .traperent-logo {
  opacity: 0;
}
header.follow .head-left .head-logo .fixed-logo {
  display: block;
  position: absolute;
  left: 140px;
  top: 0;
  transition: all 1s;
}
@media (max-width: 1699px) {
  header.follow .head-left .head-logo .fixed-logo {
    left: 50px;
  }
}
@media (max-width: 575px) {
  header.follow .head-left .head-logo .fixed-logo {
    left: 20px;
  }
}
header.follow .head-left .head-menu ul li a {
  color: #5c5b5b;
  transition: all 400ms;
}
header.follow .head-left .head-menu ul li.active a {
  color: #03cea4;
}
header.follow .head-left .head-menu ul li.dropdown ul.submenu {
  left: -90px;
}
@media (max-width: 1699px) {
  header.follow .head-left .head-menu ul li.dropdown ul.submenu {
    left: 0px;
  }
}
header.follow .head-left .head-menu ul li.dropdown ul.submenu::before {
  left: 315px;
}
@media (max-width: 1699px) {
  header.follow .head-left .head-menu ul li.dropdown ul.submenu::before {
    left: 310px;
  }
}
@media (max-width: 1399px) {
  header.follow .head-left .head-menu ul li.dropdown ul.submenu::before {
    left: 370px;
  }
}
@media (max-width: 1280px) {
  header.follow .head-left .head-menu ul li.dropdown ul.submenu::before {
    left: 400px;
  }
}
header.follow .head-left .head-menu ul li.dropdown:hover ul.submenu {
  top: 100px;
}
header.follow .head-left .head-menu ul li.dropdown:hover ul.submenu:before {
  position: absolute;
  border-bottom: 10px solid #03cea4;
}
header.follow .head-right .call {
  height: 60px;
}
header.follow .head-right .call iframe {
  width: 60px;
  height: 60px;
}
header.follow .head-right .book-now {
  margin-left: 15px;
}
header.follow .head-right .book-now a {
  background: #03cea4;
  color: #ffffff;
  transition: all 400ms;
}

.home-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.home-slider .hero-slider {
  width: 100%;
  height: 115vh;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .home-slider .hero-slider {
    height: 100vh;
  }
}
.home-slider .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.home-slider .hero-slider .swiper-slide .slide-inner {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-slide .slide-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .home-slider .hero-slider .swiper-slide .slide-inner {
    padding-top: 100px;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner:before {
  position: absolute;
  content: "";
  left: 30px;
  right: 0;
  top: 60px;
  bottom: 0;
  background: url(../images/banner-bg.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.home-slider .hero-slider .swiper-slide .slide-inner .meta {
  position: absolute;
  left: 140px;
  bottom: 150px;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .meta {
    left: 50px;
    width: 30%;
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .meta {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner .banner-shape {
  position: absolute;
  right: 100px;
  bottom: -140px;
  width: 55%;
  text-align: center;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .banner-shape {
    bottom: -90px;
    width: 50%;
    right: 50px;
  }
}
@media (max-width: 1280px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .banner-shape {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .banner-shape {
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .banner-shape img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .banner-shape img {
    width: 70%;
  }
}
@media (max-width: 766px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .banner-shape img {
    width: 90%;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-text {
  margin-bottom: 40px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 37px;
  background-color: #EF1314;
  font-family: "sunday_bloomregular";
  padding: 0 5px;
  display: inline-block;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-text span {
    font-size: 16px;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-title {
  max-width: 600px;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 {
  font-size: 80px;
  line-height: 95px;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1280px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 {
    width: 70%;
  }
}
@media (max-width: 766px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 {
    width: 90%;
    font-size: 30px;
    line-height: 40px;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 span iframe {
  width: 70px;
  height: 70px;
  position: relative;
  top: 10px;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 span iframe {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 766px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-title h2 span iframe {
    width: 40px;
    height: 40px;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-title h3 {
  margin: 15px 0 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-btns a {
  border-radius: 50px;
  text-align: left;
  font-family: "sunday_bloomregular";
  font-size: 17px;
  line-height: 27px;
  position: relative;
  background: #fff;
  padding: 30px 50px;
  color: #4171F5;
  overflow: hidden;
  display: inline-block;
  width: 230px;
  z-index: 9;
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-btns a {
    font-size: 15px;
    line-height: 20px;
    padding: 18px 20px;
    width: 162px;
  }
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-slide .slide-inner .slide-btns a {
    margin: 0 auto;
  }
}
.home-slider .hero-slider .swiper-slide .slide-inner .slide-btns a:hover {
  color: #fff;
}
@media (max-width: 766px) {
  .home-slider .hero-slider .swiper-slide .slide-inner {
    text-align: center;
  }
}
.home-slider .hero-slider .swiper-slide.first-slide .slide-inner .banner-shape svg {
  fill: #f5c541;
}
.home-slider .hero-slider .swiper-slide.second-slide .slide-inner .banner-shape svg {
  fill: #ff8a00;
}
.home-slider .hero-slider .swiper-slide.third-slide .slide-inner .banner-shape svg {
  fill: #000;
}
.home-slider .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-slider .hero-slider .swiper-button-prev,
.home-slider .hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1399px) {
  .home-slider .hero-slider .swiper-button-prev,
  .home-slider .hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-button-prev,
  .home-slider .hero-slider .swiper-button-next {
    display: none;
  }
}
.home-slider .hero-slider:hover .swiper-button-prev,
.home-slider .hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.home-slider .hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}
.home-slider .hero-slider .swiper-button-prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow-prev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
@media (max-width: 1399px) {
  .home-slider .hero-slider .swiper-button-prev::before {
    width: 12px;
    height: 12px;
  }
}
.home-slider .hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}
.home-slider .hero-slider .swiper-button-next::before {
  content: "";
  color: #d4d3d3;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow-next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
@media (max-width: 1399px) {
  .home-slider .hero-slider .swiper-button-next::before {
    width: 12px;
    height: 12px;
  }
}
.home-slider .hero-slider .swiper-pagination {
  bottom: 210px;
  right: auto;
  left: 140px;
  width: auto;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-pagination {
    bottom: 170px;
    left: 50px;
  }
}
@media (max-width: 991px) {
  .home-slider .hero-slider .swiper-pagination {
    display: none;
  }
}
.home-slider .hero-slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  text-align: right;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: transparent;
  border: 1px solid #ffffff;
  transition: all 0.2s ease;
}
.home-slider .hero-slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.service {
  padding: 150px 140px;
  position: relative;
  text-align: center;
}
@media (max-width: 1699px) {
  .service {
    padding: 100px 50px;
  }
}
@media (max-width: 575px) {
  .service {
    padding: 50px 20px;
  }
}
.service .titile {
  text-align: center;
}
.service .titile figure {
  margin-bottom: 60px;
}
@media (max-width: 1699px) {
  .service .titile figure {
    margin-bottom: 30px;
  }
}
.service .titile h2,
.service .titile h1 {
  font-size: 55px;
  line-height: 72px;
  margin-bottom: 15px;
}
@media (max-width: 1699px) {
  .service .titile h2,
  .service .titile h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .service .titile h2,
  .service .titile h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }
}
.service .titile span {
  display: block;
}
@media (max-width: 575px) {
  .service .titile span svg {
    height: 40px;
  }
}
.service .service-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .service .service-list {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.service .service-list .single-box {
  display: flex;
  width: 23.5%;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .service .service-list .single-box {
    width: 49%;
    transform: translateY(0) !important;
  }
}
@media (max-width: 766px) {
  .service .service-list .single-box {
    width: 100%;
  }
}
.service .service-list .single-box .box a {
  background: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  padding: 50px;
}
@media (max-width: 1699px) {
  .service .service-list .single-box .box a {
    padding: 30px;
  }
}
@media (max-width: 1280px) {
  .service .service-list .single-box .box a {
    margin-bottom: 15px;
  }
}
.service .service-list .single-box .box a h4 {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 1699px) {
  .service .service-list .single-box .box a h4 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 25px;
  }
}
.service .service-list .single-box .box a h4 span {
  display: block;
}
.service .service-list .single-box .box a .hover-sec {
  position: relative;
  height: 210px;
  margin-bottom: 30px;
}
@media (max-width: 1699px) {
  .service .service-list .single-box .box a .hover-sec {
    height: 150px;
  }
}
.service .service-list .single-box .box a .hover-sec video {
  position: relative;
  z-index: 99;
}
@media (max-width: 1699px) {
  .service .service-list .single-box .box a .hover-sec video {
    width: 150px;
    height: 150px;
  }
}
.service .service-list .single-box .box a ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  color: #3195F8;
  background-color: rgba(49, 149, 248, 0.1);
  padding: 14px 30px;
  border-radius: 50px;
  font-family: "sunday_bloomregular";
  position: relative;
  border: none;
  overflow: hidden;
  z-index: 9;
  width: auto;
}
@media (max-width: 1699px) {
  .service .service-list .single-box .box a ul li {
    padding: 10px 25px;
    font-size: 14px;
  }
}
.service .service-list .single-box .box a ul li:hover {
  color: #fff !important;
}
.service .service-list .single-box .box a figure {
  position: absolute;
  right: 50px;
  top: 50px;
  border: 2px solid #3195F8;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: transparent;
  transition: all 400ms !important;
}
@media (max-width: 1699px) {
  .service .service-list .single-box .box a figure {
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1699px) {
  .service .service-list .single-box .box a figure svg {
    width: 18px;
  }
}
.service .service-list .single-box .box a:hover ul li {
  background-color: rgba(49, 149, 248, 0.1);
  color: #3195F8;
}
.service .service-list .single-box .box a:hover button {
  background: #3195F8;
  color: #fff;
  transition: all 400ms !important;
}
.service .service-list .single-box .box a:hover button svg path {
  fill: #fff !important;
  transition: all 400ms;
}
.service .service-list .single-box.first {
  position: relative;
  top: -230px;
}
@media (max-width: 1280px) {
  .service .service-list .single-box.first {
    top: 0px;
  }
}
.service .service-list .single-box.second {
  position: relative;
  top: 100px;
}
@media (max-width: 1699px) {
  .service .service-list .single-box.second {
    top: 0;
  }
}
.service .service-list .single-box.third {
  position: relative;
  top: 400px;
}
@media (max-width: 1699px) {
  .service .service-list .single-box.third {
    top: 100px;
  }
}
@media (max-width: 1699px) and (max-width: 1280px) {
  .service .service-list .single-box.third {
    top: 0px;
  }
}
.service button {
  background: #4171F5;
  border: none;
  color: #fff;
  padding: 25px 45px;
  border-radius: 50px;
  margin-top: 170px;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .service button {
    padding: 15px 25px;
    margin-top: 100px;
  }
}
@media (max-width: 1280px) {
  .service button {
    margin-top: 30px;
  }
}
.service button a {
  font-size: 20px;
  font-family: "sunday_bloomregular";
}
@media (max-width: 1699px) {
  .service button a {
    font-size: 15px;
  }
}
.service button .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #FFB52E;
  text-align: center;
  border-radius: 50px;
  z-index: -9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service .footprints-anim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
}
.service .footprints-anim img {
  width: auto;
  opacity: 0;
}
.service .footprints-anim.show {
  opacity: 1;
}
.service .footprints-anim.show .paw {
  position: absolute;
  left: 30%;
  top: -50px;
  opacity: 0;
  animation: one 2s forwards;
  opacity: 0;
  width: auto;
}
.service .footprints-anim.show .paw2 {
  left: 35%;
  top: -20px;
  animation-delay: 0.8s;
}
.service .footprints-anim.show .paw3 {
  left: 32%;
  top: 60px;
  animation-delay: 1s;
}
.service .footprints-anim.show .paw4 {
  left: 37%;
  top: 80px;
  animation-delay: 1.5s;
}
.service .footprints-anim.show .paw5 {
  left: 43%;
  top: 100px;
  animation-delay: 2s;
}
.service .footprints-anim.show .paw6 {
  left: 36%;
  top: 205px;
  animation-delay: 2.5s;
}
.service .footprints-anim.show .paw7 {
  left: 60%;
  top: 365px;
  animation-delay: 3.5s;
}
.service .footprints-anim.show .paw8 {
  left: 69%;
  top: 363px;
  animation-delay: 4s;
}
.service .footprints-anim.show .paw9 {
  left: 62%;
  top: 465px;
  animation-delay: 4.5s;
}
.service .footprints-anim.show .paw10 {
  left: 70%;
  top: 490px;
  animation-delay: 5s;
}
.service .footprints-anim.show .paw11 {
  left: 76%;
  top: 554px;
  animation-delay: 5.5s;
}
.service .footprints-anim.show .paw12 {
  left: 74%;
  top: 650px;
  animation-delay: 6s;
}

.facilities {
  background: #EABD41;
  padding-top: 150px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-bottom: 280px;
  margin-top: 110px;
}
@media (max-width: 1699px) {
  .facilities {
    padding-top: 100px;
    margin-top: 0px;
  }
}
@media (max-width: 766px) {
  .facilities {
    padding-bottom: 100px;
    border-radius: 0px;
  }
}
@media (max-width: 575px) {
  .facilities {
    padding: 50px 20px;
  }
}
.facilities:before {
  position: absolute;
  content: "";
  left: -60%;
  top: -140px;
  background: url(../images/facilites-left.svg) no-repeat;
  width: 100%;
  height: 100%;
  transform: rotate(93deg);
  opacity: 0.1;
  z-index: -9;
}
.facilities:after {
  position: absolute;
  content: "";
  right: -28%;
  bottom: -12%;
  background: url(../images/facilites-right.svg) no-repeat;
  width: 44%;
  height: 51%;
  z-index: -9;
}
.facilities .titile {
  width: 40%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1699px) {
  .facilities .titile {
    width: 45%;
  }
}
@media (max-width: 1280px) {
  .facilities .titile {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .facilities .titile {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .facilities .titile {
    width: 100%;
  }
}
.facilities .titile h2 {
  color: #fff;
  font-size: 55px;
  line-height: 82px;
}
@media (max-width: 1699px) {
  .facilities .titile h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .facilities .titile h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.facilities .titile h2 span {
  display: block;
}
@media (max-width: 1399px) {
  .facilities .titile span {
    text-align: center;
  }
}
.facilities .titile span img {
  width: auto;
  float: left;
}
@media (max-width: 1399px) {
  .facilities .titile span img {
    float: none;
  }
}
@media (max-width: 575px) {
  .facilities .titile span img {
    height: 30px;
  }
}
.facilities .moving-van {
  transform: translateX(85%);
  transition: all 1s;
  transition-delay: 1s;
}
.facilities .moving-van figure {
  margin: 0;
  position: relative;
  top: 70px;
}
@media (max-width: 575px) {
  .facilities .moving-van figure {
    top: 30px;
  }
}
.facilities .moving-van figure img {
  width: 73%;
}
@media (max-width: 1280px) {
  .facilities .moving-van figure img {
    width: 90%;
  }
}
.facilities .moving-van.view {
  transform: translateX(0%);
  transition: all 1s;
}

.form-outer {
  display: flex;
  justify-content: center;
  margin-top: -250px;
  position: relative;
  z-index: 9;
}
@media (max-width: 766px) {
  .form-outer {
    margin-top: 50px;
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .form-outer {
    padding: 0 20px;
  }
}
.form-outer .form-box {
  background: #4171F5;
  padding: 100px;
  border-radius: 30px;
  width: 50%;
  padding: 70px 100px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1699px) {
  .form-outer .form-box {
    padding: 50px;
  }
}
@media (max-width: 1280px) {
  .form-outer .form-box {
    width: 80%;
  }
}
@media (max-width: 766px) {
  .form-outer .form-box {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .form-outer .form-box {
    padding: 30px 20px;
  }
}
.form-outer .form-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/form-bg.svg) no-repeat;
  z-index: -9;
}
.form-outer .form-box .titile {
  text-align: center;
}
.form-outer .form-box .titile h3 {
  font-size: 36px;
  color: #fff;
  line-height: 47px;
  margin-bottom: 10px;
}
.form-outer .form-box .titile h3 span {
  display: block;
}
@media (max-width: 575px) {
  .form-outer .form-box .titile h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.form-outer .form-box .titile span img {
  width: auto;
}
@media (max-width: 575px) {
  .form-outer .form-box .titile span img {
    height: 25px;
  }
}
.form-outer .form-box form .top-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .form-outer .form-box form .top-sec {
    margin: 20px auto 0;
  }
}
.form-outer .form-box form .top-sec h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}
@media (max-width: 766px) {
  .form-outer .form-box form .top-sec h6 {
    text-align: center;
  }
}
.form-outer .form-box form .top-sec .input-field {
  margin: 0 0 30px;
  width: 48%;
}
@media (max-width: 766px) {
  .form-outer .form-box form .top-sec .input-field {
    width: 100%;
  }
}
.form-outer .form-box form .top-sec .input-field input {
  background: #2E62F1;
  border: none;
  border-radius: 50px;
  padding: 20px 30px;
  width: 100%;
  color: #fff;
}
@media (max-width: 1699px) {
  .form-outer .form-box form .top-sec .input-field input {
    padding: 10px 20px;
  }
}
.form-outer .form-box form .top-sec .input-field input:placeholder {
  font-size: 15px;
}
.form-outer .form-box form .bottom-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 0;
  justify-content: space-between;
}
.form-outer .form-box form .bottom-sec h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}
@media (max-width: 766px) {
  .form-outer .form-box form .bottom-sec h6 {
    text-align: center;
  }
}
.form-outer .form-box form .bottom-sec .input-field {
  margin: 0 0 30px;
  width: 48%;
  position: relative;
}
@media (max-width: 766px) {
  .form-outer .form-box form .bottom-sec .input-field {
    width: 100%;
  }
}
.form-outer .form-box form .bottom-sec .input-field input {
  background: #2E62F1;
  border: none;
  border-radius: 50px;
  padding: 20px 30px;
  width: 100%;
  color: #fff;
}
@media (max-width: 1699px) {
  .form-outer .form-box form .bottom-sec .input-field input {
    padding: 10px 20px;
  }
}
.form-outer .form-box form .bottom-sec .input-field .icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iUGxhY2VzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNi4wNSIgdmlld0JveD0iMCAwIDE2IDE2LjA1Ij4NCiAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8zMDUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDMwNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIi8+DQogIDxwYXRoIGlkPSJQYXRoXzExNCIgZGF0YS1uYW1lPSJQYXRoIDExNCIgZD0iTTYuNiw5LjVBMi44LDIuOCwwLDAsMCw5LjQsNi43LDIuODgxLDIuODgxLDAsMCwwLDYuNiwzLjgsMi44LDIuOCwwLDAsMCwzLjgsNi42LDIuOTUxLDIuOTUxLDAsMCwwLDYuNiw5LjVaTTEuOSwxLjlhNi42NDcsNi42NDcsMCwwLDEsOS40LDkuNEw2LjYsMTYsMS45LDExLjNBNi44MjgsNi44MjgsMCwwLDEsMS45LDEuOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTc1IDAuMDUpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCjwvc3ZnPg0K");
  position: absolute;
  background-repeat: no-repeat;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media (max-width: 1699px) {
  .form-outer .form-box form .bottom-sec .input-field .icon {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}
.form-outer .form-box form .bottom-sec .input-field .calender {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FsZW5kYXIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzU1NyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgNTU3IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz4NCiAgPHBhdGggaWQ9IlBhdGhfMTQ5IiBkYXRhLW5hbWU9IlBhdGggMTQ5IiBkPSJNMiw1djlIMTRWNVpNMTMsMmgyYS45NDUuOTQ1LDAsMCwxLDEsMVYxNWEuOTQ1Ljk0NSwwLDAsMS0xLDFIMWEuOTQ1Ljk0NSwwLDAsMS0xLTFWM0EuOTQ1Ljk0NSwwLDAsMSwxLDJIM1YxQS45NDUuOTQ1LDAsMCwxLDQsMCwuOTQ1Ljk0NSwwLDAsMSw1LDFWMmg2VjFhMSwxLDAsMCwxLDIsMFpNMTIsMTJIMTBWMTBoMlpNOSwxMkg3VjEwSDlabTMtM0gxMFY3aDJaTTksOUg3VjdIOVpNNiwxMkg0VjEwSDZaIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCjwvc3ZnPg0K");
}
.form-outer .form-box form .form-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.form-outer .form-box form .form-submit button {
  background: #fff;
  border: none;
  color: #4171F5;
  font-family: "sunday_bloomregular";
  padding: 25px 60px;
  border-radius: 50px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
@media (max-width: 1699px) {
  .form-outer .form-box form .form-submit button {
    padding: 12px 30px;
    font-size: 15px;
  }
}
.form-outer .form-box form .form-submit button:hover {
  color: #fff;
}
.form-outer .footprints-anim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-outer .footprints-anim img {
  width: auto;
  opacity: 0;
}
.form-outer .footprints-anim.show {
  opacity: 1;
}
.form-outer .footprints-anim.show .paw {
  position: absolute;
  left: 4%;
  top: 30%;
  animation: one 5s forwards;
  opacity: 0;
  width: auto;
}
.form-outer .footprints-anim.show .paw2 {
  left: 7%;
  top: 36%;
  animation-delay: 6s;
}
.form-outer .footprints-anim.show .paw3 {
  left: 4%;
  top: 44%;
  animation-delay: 6.5s;
}
.form-outer .footprints-anim.show .paw4 {
  left: 9%;
  top: 45%;
  animation-delay: 7s;
}
.form-outer .footprints-anim.show .paw5 {
  left: 13%;
  top: 50%;
  animation-delay: 7.5s;
}
.form-outer .footprints-anim.show .paw6 {
  left: 7%;
  top: 52%;
  animation-delay: 8s;
}
.form-outer .footprints-anim.show .paw7 {
  left: 11%;
  top: 60%;
  animation-delay: 8.5s;
}
.form-outer .footprints-anim.show .paw8 {
  left: 16%;
  top: 59%;
  animation-delay: 9s;
}
.form-outer .footprints-anim.show .paw9 {
  left: 12%;
  top: 70%;
  animation-delay: 9.5s;
}
.form-outer .footprints-anim.show .paw10 {
  left: 17%;
  top: 74%;
  animation-delay: 1000s;
}

.gallery {
  margin-top: 150px;
  position: relative;
  margin-bottom: 200px;
  text-align: center;
}
@media (max-width: 1699px) {
  .gallery {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 769px) {
  .gallery {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.gallery .titile {
  text-align: center;
}
.gallery .titile figure {
  margin-bottom: 60px;
}
@media (max-width: 1699px) {
  .gallery .titile figure {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gallery .titile figure {
    margin-bottom: 15px;
  }
}
.gallery .titile h2 {
  font-size: 55px;
  line-height: 72px;
  margin-bottom: 15px;
}
@media (max-width: 1699px) {
  .gallery .titile h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .gallery .titile h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.gallery .titile span {
  display: block;
}
@media (max-width: 1024px) {
  .gallery .titile span {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gallery .titile span {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .gallery .titile span svg {
    height: 40px;
  }
}
.gallery .gallery-slider {
  margin-top: 100px;
}
@media (max-width: 1699px) {
  .gallery .gallery-slider {
    margin-top: 50px;
  }
}
.gallery .gallery-slider .gallery-sl .owl-stage {
  display: flex;
  align-items: flex-end;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  margin: 0 !important;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item .item {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item .item .auto-height {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  width: 100%;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item .item .auto-height img {
  width: 100%;
  transition: all 400ms;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item .item .auto-height figure {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(50px);
  transition: all 400ms;
  opacity: 0;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item .item .auto-height figure img {
  width: auto;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item .item .auto-height:hover img {
  transform: scale(1.1);
  transition: all 400ms;
}
.gallery .gallery-slider .gallery-sl .owl-stage .owl-item .item .auto-height:hover figure {
  opacity: 1;
  transform: translateY(0px);
  transition: all 400ms;
}
.gallery .gallery-slider button {
  background: #4171F5;
  border: none;
  color: #fff;
  padding: 25px 45px;
  border-radius: 50px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
@media (max-width: 1699px) {
  .gallery .gallery-slider button {
    padding: 15px 30px;
    margin-top: 0;
  }
}
.gallery .gallery-slider button a {
  font-size: 20px;
  font-family: "sunday_bloomregular";
}
@media (max-width: 1699px) {
  .gallery .gallery-slider button a {
    font-size: 15px;
  }
}
.gallery .footprints-anim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
}
.gallery .footprints-anim img {
  width: auto;
  opacity: 0;
}
.gallery .footprints-anim.show {
  opacity: 1;
}
.gallery .footprints-anim.show .paw {
  position: absolute;
  right: 35%;
  top: 0;
  animation: one 5s forwards;
  opacity: 0;
  width: auto;
}
.gallery .footprints-anim.show .paw2 {
  right: 30%;
  top: 5%;
  animation-delay: 2s;
}
.gallery .footprints-anim.show .paw3 {
  right: 24%;
  top: 3%;
  animation-delay: 2.5s;
}
.gallery .footprints-anim.show .paw4 {
  right: 25%;
  top: 10%;
  animation-delay: 3s;
}
.gallery .footprints-anim.show .paw5 {
  right: 19%;
  top: 9%;
  animation-delay: 3.5s;
}
.gallery .footprints-anim.show .paw6 {
  right: 20%;
  top: 16%;
  animation-delay: 4s;
}
.gallery .footprints-anim.show .paw7 {
  right: 23%;
  top: 21%;
  animation-delay: 4.5s;
}
.gallery .footprints-anim.show .paw8 {
  right: 18%;
  top: 24%;
  animation-delay: 5s;
}
.gallery .footprints-anim.show .paw9 {
  right: 14%;
  top: 17%;
  animation-delay: 5.5s;
}

.inner-banner {
  min-height: 700px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1699px) {
  .inner-banner {
    min-height: 450px;
  }
}
@media (max-width: 1399px) {
  .inner-banner {
    min-height: 65vh;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 766px) {
  .inner-banner {
    min-height: auto;
    padding: 100px 0 50px;
  }
}
.inner-banner:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  top: 60px;
  bottom: 0;
  background: url(../images/banner-bg.svg) no-repeat;
  background-size: cover;
  opacity: 0.1;
  width: 80%;
  z-index: -9;
}
.inner-banner .inner-text {
  padding: 0 140px;
  position: absolute;
  bottom: -120px;
  display: flex;
  left: 0;
  right: 0;
  flex-direction: row-reverse;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text {
    bottom: -50px;
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .inner-banner .inner-text {
    flex-direction: initial;
    flex-direction: column;
    position: static;
    text-align: center;
  }
}
.inner-banner .inner-text .left {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text .left {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .inner-banner .inner-text .left {
    width: 100%;
    margin: 50px 0 0;
  }
}
@media (max-width: 575px) {
  .inner-banner .inner-text .left {
    margin: 30px 0 0;
  }
}
.inner-banner .inner-text .left h1,
.inner-banner .inner-text .left h2 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  width: 100%;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text .left h1,
  .inner-banner .inner-text .left h2 {
    font-size: 40px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .inner-banner .inner-text .left h1,
  .inner-banner .inner-text .left h2 {
    line-height: 50px;
  }
}
.inner-banner .inner-text .left h1 span,
.inner-banner .inner-text .left h2 span {
  position: relative;
  top: 10px;
  left: 20px;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text .left h1 span,
  .inner-banner .inner-text .left h2 span {
    left: 10px;
  }
}
.inner-banner .inner-text .left h1 span iframe,
.inner-banner .inner-text .left h2 span iframe {
  width: 70px;
  height: 70px;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text .left h1 span iframe,
  .inner-banner .inner-text .left h2 span iframe {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .inner-banner .inner-text .left h1 span iframe,
  .inner-banner .inner-text .left h2 span iframe {
    width: 40px;
    height: 40px;
  }
}
.inner-banner .inner-text .right {
  width: 60%;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text .right {
    width: 40%;
  }
}
@media (max-width: 1399px) {
  .inner-banner .inner-text .right {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .inner-banner .inner-text .right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .inner-banner .inner-text .right {
    width: 100%;
  }
}
.inner-banner .inner-text .right .banner-video {
  float: right;
  width: 600px;
  height: 600px;
  padding: 0px;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text .right .banner-video {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1699px) and (max-width: 991px) {
  .inner-banner .inner-text .right .banner-video {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1699px) and (max-width: 575px) {
  .inner-banner .inner-text .right .banner-video {
    width: 100%;
    height: auto;
  }
}
.inner-banner .inner-text .right .banner-video iframe {
  width: 600px;
  height: 600px;
}
@media (max-width: 1699px) {
  .inner-banner .inner-text .right .banner-video iframe {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .inner-banner .inner-text .right .banner-video iframe {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .inner-banner .inner-text .right .banner-video iframe {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .inner-banner .inner-text .right .banner-shape img {
    width: 50%;
  }
}
@media (max-width: 766px) {
  .inner-banner .inner-text .right .banner-shape img {
    width: 100%;
  }
}
.inner-banner.about-banner {
  background: #ca1551;
}
.inner-banner.gallery-banner {
  background: #ca1551;
}
.inner-banner.contact-banner {
  background: #01a784;
}
.inner-banner.service-banner {
  background: #313478;
}
.inner-banner.doggy-day-care {
  background: #d93545;
}

.top-space {
  margin-top: 200px;
  padding: 0 140px;
}
@media (max-width: 1699px) {
  .top-space {
    margin-top: 150px;
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .top-space {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .top-space {
    padding: 0 20px;
  }
}

.inner-gallery {
  margin-top: 300px;
  margin-bottom: 150px;
}
@media (max-width: 1699px) {
  .inner-gallery {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .inner-gallery {
    margin-top: 100px;
  }
}
@media (max-width: 766px) {
  .inner-gallery {
    margin: 50px 0;
  }
}
.inner-gallery .gallery-listing {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) {
  .inner-gallery .gallery-listing {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (max-width: 766px) {
  .inner-gallery .gallery-listing {
    -moz-columns: 2;
         columns: 2;
  }
}
.inner-gallery .gallery-listing .box {
  margin-bottom: 30px;
  position: relative;
}
.inner-gallery .gallery-listing .box img {
  border-radius: 15px;
}
.inner-gallery .gallery-listing .box figure {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(50px);
  transition: all 400ms;
  opacity: 0;
}
.inner-gallery .gallery-listing .box figure img {
  width: auto;
}
.inner-gallery .gallery-listing .box:hover figure {
  opacity: 1;
  transform: translateY(0px);
  transition: all 400ms;
}

.contact-page {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
  flex-direction: column;
}
@media (max-width: 1699px) {
  .contact-page {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .contact-page {
    padding-bottom: 50px;
  }
}
.contact-page .contact-address {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 1699px) {
  .contact-page .contact-address {
    margin-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .contact-page .contact-address {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .contact-page .contact-address {
    margin-bottom: 30px;
  }
}
.contact-page .contact-address .detail {
  width: 20%;
  background: #fff;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}
@media (max-width: 1699px) {
  .contact-page .contact-address .detail {
    width: 24%;
  }
}
@media (max-width: 1280px) {
  .contact-page .contact-address .detail {
    width: 49%;
    margin-bottom: 1%;
  }
}
@media (max-width: 766px) {
  .contact-page .contact-address .detail {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-page .contact-address .detail .icon {
  margin-bottom: 20px;
  width: 115px;
  height: 100px;
  overflow: hidden;
  background-size: cover !important;
  position: relative;
}
.contact-page .contact-address .detail .icon svg {
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}
.contact-page .contact-address .detail .icon svg path {
  fill: #fff;
}
.contact-page .contact-address .detail .content h6 {
  font-family: "sunday_bloomregular";
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}
.contact-page .contact-address .detail .content p {
  margin: 0;
  color: #696969;
}
.contact-page .cnt-btm {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .contact-page .cnt-btm {
    padding-bottom: 50px;
  }
}
.contact-page .cnt-btm:before {
  position: absolute;
  content: "";
  background: url(../images/contact-bg.png) no-repeat;
  left: -200px;
  right: -200px;
  top: -210px;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -9;
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm:before {
    left: -50px;
    right: -50px;
  }
}
@media (max-width: 575px) {
  .contact-page .cnt-btm:before {
    left: -20px;
    right: -20px;
  }
}
.contact-page .cnt-btm:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/contact-form-bg.svg);
  z-index: -9;
  opacity: 0.2;
}
.contact-page .cnt-btm .cnt-form {
  width: 100%;
}
.contact-page .cnt-btm .cnt-form .form-box {
  width: 70%;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm .cnt-form .form-box {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .contact-page .cnt-btm .cnt-form .form-box {
    width: 100%;
  }
}
.contact-page .cnt-btm .cnt-form .form-box .titile {
  text-align: center;
}
.contact-page .cnt-btm .cnt-form .form-box .titile h3 {
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  margin-bottom: 20px;
}
.contact-page .cnt-btm .cnt-form .form-box .titile h3 span {
  display: block;
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm .cnt-form .form-box .titile h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .contact-page .cnt-btm .cnt-form .form-box .titile h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-page .cnt-btm .cnt-form .form-box .titile span img {
  width: auto;
  margin-bottom: 30PX;
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec {
    margin: 20px auto 0;
  }
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field {
  width: 32%;
  margin-bottom: 2%;
}
@media (max-width: 991px) {
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field input,
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field textarea {
  background: #FFF;
  border: none;
  border-radius: 15px;
  padding: 20px 30px;
  width: 100%;
  color: #000;
  outline: none;
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field input::-moz-placeholder, .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field textarea::-moz-placeholder {
  font-size: 15px;
  color: #000;
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field input::placeholder,
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field textarea::placeholder {
  font-size: 15px;
  color: #000;
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field input::-moz-placeholder, .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field textarea::-moz-placeholder {
    font-size: 13px;
  }
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field input::placeholder,
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field textarea::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field input,
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field textarea {
    padding: 20px 15px;
  }
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field.half {
  width: 49%;
}
@media (max-width: 991px) {
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field.half {
    width: 100%;
  }
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field.textarea {
  width: 100%;
}
.contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field.textarea textarea {
  height: 200px;
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm .cnt-form .form-box form .top-sec .input-field.textarea textarea {
    height: 120px;
  }
}
.contact-page .cnt-btm .cnt-form .form-box form .form-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.contact-page .cnt-btm .cnt-form .form-box form .form-submit button {
  background: #2e62f1;
  border: none;
  color: #fff;
  font-family: "sunday_bloomregular";
  padding: 25px 60px;
  border-radius: 50px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
@media (max-width: 1699px) {
  .contact-page .cnt-btm .cnt-form .form-box form .form-submit button {
    padding: 12px 30px;
    font-size: 15px;
  }
}
.contact-page .cnt-btm .cnt-form .form-box form .form-submit button:hover {
  color: #fff;
}

.detail-service {
  padding-bottom: 150px;
}
@media (max-width: 1699px) {
  .detail-service {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .detail-service {
    padding-bottom: 0px;
  }
}
.detail-service .what-we-do {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .detail-service .what-we-do {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.detail-service .what-we-do .box {
  background: rgb(65, 113, 245);
  padding: 50px;
  width: 49%;
  border-radius: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1699px) {
  .detail-service .what-we-do .box {
    padding: 40px;
  }
}
@media (max-width: 1280px) {
  .detail-service .what-we-do .box {
    width: 100%;
    flex-direction: column;
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  .detail-service .what-we-do .box {
    padding: 20px;
  }
}
.detail-service .what-we-do .box:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../images/facilites-right.svg) no-repeat;
  width: 40%;
  height: 60%;
  z-index: -9;
  opacity: 0.2;
}
.detail-service .what-we-do .box figure {
  border-radius: 50%;
  position: absolute;
  left: -220px;
}
@media (max-width: 1699px) {
  .detail-service .what-we-do .box figure {
    left: -130px;
  }
}
@media (max-width: 1280px) {
  .detail-service .what-we-do .box figure {
    width: 100%;
    position: static;
    text-align: center;
  }
}
.detail-service .what-we-do .box figure img {
  border-radius: 50%;
  width: 400px;
  height: 400px;
  border: 10px solid #5784ff;
}
@media (max-width: 1699px) {
  .detail-service .what-we-do .box figure img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1280px) {
  .detail-service .what-we-do .box figure img {
    margin: 0 auto;
  }
}
.detail-service .what-we-do .box .cnt {
  width: 100%;
  padding-left: 165px;
}
@media (max-width: 1699px) {
  .detail-service .what-we-do .box .cnt {
    padding-left: 100px;
  }
}
@media (max-width: 1280px) {
  .detail-service .what-we-do .box .cnt {
    padding-left: 0;
    text-align: center;
  }
}
.detail-service .what-we-do .box .cnt h2 {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .detail-service .what-we-do .box .cnt h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.detail-service .what-we-do .box .cnt p {
  color: #fff;
}
@media (max-width: 1699px) {
  .detail-service .what-we-do .box .cnt p {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .detail-service .what-we-do .box .cnt p {
    font-size: 15px;
  }
}
.detail-service .what-we-do .box.right {
  background: rgb(3, 206, 164);
}
.detail-service .what-we-do .box.right figure img {
  border: 10px solid #0dd7ad;
}

.single-service {
  margin-bottom: 120px;
  /*doggy-day-care-page*/
}
@media (max-width: 1699px) {
  .single-service {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .single-service {
    margin-bottom: 50px;
  }
}
.single-service .service-btm {
  margin-bottom: 150px;
}
@media (max-width: 1699px) {
  .single-service .service-btm {
    margin-bottom: 70px;
  }
}
.single-service .service-btm .title {
  text-align: center;
}
.single-service .service-btm .title h2 {
  font-size: 50px;
  color: #000;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .single-service .service-btm .title h2 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .single-service .service-btm .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.single-service .service-btm .title span img {
  width: auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .single-service .service-btm .title span img {
    height: 25px;
  }
}
.single-service .service-btm .services-listing {
  padding: 0;
}
.single-service .service-btm .services-listing .box {
  padding: 25px;
  border-radius: 15px;
  background: #03cea4;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-service .service-btm .services-listing .box figure {
  margin: 0;
  overflow: hidden;
}
.single-service .service-btm .services-listing .box figure img {
  border-radius: 15px;
  transition: all 500ms;
}
.single-service .service-btm .services-listing .box h4 {
  color: #fff;
  font-size: 20px;
  padding: 25px 0 0;
}
.single-service .service-btm .services-listing .box:hover figure img {
  transform: scale(1.1);
  transition: all 500ms;
}
.single-service .service-btm .services-listing.center-align {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-service .service-btm .services-listing.center-align .box {
  width: 28%;
  margin: 0 2% 2%;
}
@media (max-width: 1024px) {
  .single-service .service-btm .services-listing.center-align .box {
    width: 46%;
  }
}
@media (max-width: 766px) {
  .single-service .service-btm .services-listing.center-align .box {
    width: 100%;
  }
}
.single-service .price-menu .title {
  text-align: center;
}
.single-service .price-menu .title h2 {
  font-size: 55px;
  color: #000;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .single-service .price-menu .title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .single-service .price-menu .title h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.single-service .price-menu .title span img {
  width: auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .single-service .price-menu .title span img {
    height: 25px;
  }
}
.single-service .price-menu .price-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 1699px) {
  .single-service .price-menu .price-list {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .single-service .price-menu .price-list {
    margin-top: 0px;
  }
}
.single-service .price-menu .price-list .box {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 1699px) {
  .single-service .price-menu .price-list .box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .single-service .price-menu .price-list .box {
    width: 100%;
    margin: 10px 0;
  }
}
.single-service .price-menu .price-list .box .single-category {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
  transition: all 400ms;
}
@media (max-width: 575px) {
  .single-service .price-menu .price-list .box .single-category {
    flex-direction: column;
  }
}
.single-service .price-menu .price-list .box .single-category figure {
  width: 80px;
  height: 80px;
  margin: 0;
}
.single-service .price-menu .price-list .box .single-category figure img {
  border-radius: 50px;
  width: 80px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px dotted #f5c541;
  padding: 5px;
}
@media (max-width: 575px) {
  .single-service .price-menu .price-list .box .single-category figure img {
    height: 80px;
  }
}
.single-service .price-menu .price-list .box .single-category .cont {
  padding-left: 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 1280px) {
  .single-service .price-menu .price-list .box .single-category .cont {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .single-service .price-menu .price-list .box .single-category .cont {
    padding-left: 0;
  }
}
.single-service .price-menu .price-list .box .single-category .cont h4 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .single-service .price-menu .price-list .box .single-category .cont h4 {
    text-align: center;
    margin-top: 15px;
  }
}
.single-service .price-menu .price-list .box .single-category .cont h4 span {
  position: absolute;
  right: 0;
}
@media (max-width: 575px) {
  .single-service .price-menu .price-list .box .single-category .cont h4 span {
    position: static;
    display: block;
  }
}
@media (max-width: 1280px) {
  .single-service .price-menu .price-list .box .single-category .cont h4 {
    font-size: 14px;
  }
}
.single-service .price-menu .price-list .box .single-category .cont.other-service {
  text-align: center;
}
.single-service .price-menu .price-list .box .single-category .cont.other-service span {
  position: static;
}
.single-service .price-menu .price-list .box .single-category:hover {
  border-bottom: 1px dashed #FFB52E;
  transition: all 400ms;
}
.single-service .page-cnt .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .title {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .title {
    margin-bottom: 50px;
  }
}
.single-service .page-cnt .title h1 {
  font-size: 60px;
  color: #000;
  line-height: 70px;
  width: 60%;
  margin: 0 auto 20px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .title h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 auto 10px;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .single-service .page-cnt .title h1 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .single-service .page-cnt .title h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
.single-service .page-cnt .title span img {
  width: auto;
}
.single-service .page-cnt .detailed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-service .page-cnt .detailed .box {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 80px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .single-service .page-cnt .detailed .box {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box {
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.single-service .page-cnt .detailed .box:before {
  position: absolute;
  content: "";
  background: url(../images/about-right.svg) no-repeat;
  z-index: -9;
  bottom: 0;
  top: 0;
  left: 0;
  transform: scaleX(-1);
  width: 60%;
  opacity: 0.07;
}
.single-service .page-cnt .detailed .box .cnt {
  width: 45%;
}
@media (max-width: 1280px) {
  .single-service .page-cnt .detailed .box .cnt {
    width: 55%;
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box .cnt {
    width: 100%;
    text-align: center;
  }
}
.single-service .page-cnt .detailed .box .cnt h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box .cnt h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.single-service .page-cnt .detailed .box .cnt p {
  margin: 0;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box .cnt p {
    font-size: 13px;
    line-height: 25px;
  }
}
.single-service .page-cnt .detailed .box .cnt h3 {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box .cnt h3 {
    font-size: 17px;
  }
}
.single-service .page-cnt .detailed .box .images {
  width: 45%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .single-service .page-cnt .detailed .box .images {
    position: static;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box .images {
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
}
.single-service .page-cnt .detailed .box .images .haircut {
  background-size: cover !important;
  height: 400px;
  display: flex;
  width: 47%;
  border-radius: 50px;
}
@media (max-width: 1280px) {
  .single-service .page-cnt .detailed .box .images .haircut {
    width: 100%;
    border-radius: 20px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box .images .haircut {
    height: 500px;
    border-radius: 0;
  }
}
@media (max-width: 766px) {
  .single-service .page-cnt .detailed .box .images .haircut {
    height: 300px;
    border-radius: 20px;
  }
}
.single-service .page-cnt .detailed .box .images .haircut.first {
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .single-service .page-cnt .detailed .box .images .haircut.first {
    display: none;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box .images .haircut.first {
    display: block;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .single-service .page-cnt .detailed .box .images .haircut.first {
    display: none;
  }
}
.single-service .page-cnt .detailed .box.full-spa-cats {
  padding-bottom: 0;
}
.single-service .page-cnt .detailed .box.dog-hair-cut {
  background: #4171f5;
  margin: 100px 0;
  padding: 100px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut {
    border-radius: 20px;
    margin: 50px 0;
  }
}
@media (max-width: 575px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut {
    padding: 20px;
  }
}
.single-service .page-cnt .detailed .box.dog-hair-cut:before {
  position: absolute;
  content: "";
  left: -50%;
  top: -140px;
  background: url(../images/facilites-left.svg) no-repeat;
  width: 100%;
  height: 100%;
  transform: rotate(93deg);
  opacity: 0.1;
  z-index: -9;
}
.single-service .page-cnt .detailed .box.dog-hair-cut:after {
  position: absolute;
  content: "";
  right: -8%;
  bottom: -2%;
  background: url(../images/facilites-right.svg) no-repeat;
  width: 48%;
  height: 87%;
  z-index: -9;
  opacity: 0.1;
}
.single-service .page-cnt .detailed .box.dog-hair-cut .images {
  position: static;
}
.single-service .page-cnt .detailed .box.dog-hair-cut .cnt {
  width: 55%;
  padding-left: 5%;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut .cnt {
    padding-left: 4%;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut .cnt {
    width: 100%;
    padding-left: 0;
  }
}
.single-service .page-cnt .detailed .box.dog-hair-cut .cnt h2,
.single-service .page-cnt .detailed .box.dog-hair-cut .cnt h3,
.single-service .page-cnt .detailed .box.dog-hair-cut .cnt p {
  color: #fff;
}
.single-service .page-cnt .detailed .box.dog-hair-cut .cnt h2 {
  width: 90%;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut .cnt h2 {
    width: 100%;
  }
}
.single-service .page-cnt .detailed .box.dog-hair-cut .cnt h3 {
  width: 60%;
  margin-bottom: 10px;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut .cnt h3 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box.dog-hair-cut .cnt h3 {
    width: 100%;
  }
}
.single-service .page-cnt .detailed .box.hair-cut-pack {
  border-bottom: 1px solid #eee;
  margin: 100px 0;
  padding-bottom: 180px;
}
@media (max-width: 1699px) {
  .single-service .page-cnt .detailed .box.hair-cut-pack {
    margin: 50px 0;
    padding-bottom: 150px;
  }
}
@media (max-width: 1280px) {
  .single-service .page-cnt .detailed .box.hair-cut-pack {
    margin: 0 0 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .single-service .page-cnt .detailed .box.hair-cut-pack {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .single-service .page-cnt .detailed .box.hair-cut-pack {
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
}
.single-service .doggy-title {
  border: none;
  border-bottom: none;
  margin-bottom: 50px;
}
.single-service .doggy-first,
.single-service .doggy-third {
  display: flex;
  padding: 0 200px;
  position: relative;
}
@media (max-width: 1399px) {
  .single-service .doggy-first,
  .single-service .doggy-third {
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  .single-service .doggy-first,
  .single-service .doggy-third {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .single-service .doggy-first,
  .single-service .doggy-third {
    flex-direction: column;
  }
}
.single-service .doggy-first:after,
.single-service .doggy-third:after {
  position: absolute;
  content: "";
  background: url(../images/happening-right-bg.png) no-repeat;
  right: -35%;
  top: -100px;
  bottom: 0;
  width: 50%;
  z-index: 99;
}
.single-service .doggy-first .left,
.single-service .doggy-third .left {
  width: 35%;
}
@media (max-width: 991px) {
  .single-service .doggy-first .left,
  .single-service .doggy-third .left {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .single-service .doggy-first .left,
  .single-service .doggy-third .left {
    width: 90%;
  }
}
.single-service .doggy-first .left figure,
.single-service .doggy-third .left figure {
  margin: 0;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
  transition: all 0.7s ease-in-out;
  overflow: hidden;
}
.single-service .doggy-first .left figure:hover,
.single-service .doggy-third .left figure:hover {
  border-radius: 57% 43% 31% 69%/54% 61% 39% 46%;
  transition: all 0.7s ease-in-out;
}
.single-service .doggy-first .right,
.single-service .doggy-third .right {
  width: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 150px;
}
@media (max-width: 1399px) {
  .single-service .doggy-first .right,
  .single-service .doggy-third .right {
    padding-left: 100px;
  }
}
@media (max-width: 1024px) {
  .single-service .doggy-first .right,
  .single-service .doggy-third .right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .single-service .doggy-first .right,
  .single-service .doggy-third .right {
    padding-left: 0px;
    text-align: center;
    margin-top: 50px;
    width: 100%;
  }
}
.single-service .doggy-first .right p,
.single-service .doggy-third .right p {
  width: 100%;
}
.single-service .doggy-second {
  margin: 150px 0;
}
@media (max-width: 991px) {
  .single-service .doggy-second {
    margin: 50px 0;
  }
}
.single-service .doggy-second .title {
  padding: 80px;
  background: #4171f5;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single-service .doggy-second .title {
    padding: 50px;
  }
}
.single-service .doggy-second .title:before {
  position: absolute;
  content: "";
  left: -60%;
  top: -140px;
  background: url(../images/facilites-left.svg) no-repeat;
  width: 100%;
  height: 100%;
  transform: rotate(93deg);
  opacity: 0.1;
  z-index: -9;
}
.single-service .doggy-second .title:after {
  position: absolute;
  content: "";
  right: -28%;
  bottom: -12%;
  background: url(../images/facilites-right.svg) no-repeat;
  width: 44%;
  height: 51%;
  z-index: -9;
}
.single-service .doggy-second .title p {
  color: #fff;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .single-service .doggy-second .title p {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .single-service .doggy-second .title p {
    width: 100%;
  }
}
.single-service .doggy-second .title figure {
  margin: 80px 20px 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  width: 45%;
}
@media (max-width: 1280px) {
  .single-service .doggy-second .title figure {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .single-service .doggy-second .title figure {
    width: 100%;
    margin: 25px 0;
  }
}
.single-service .doggy-second .title figure img {
  width: 100%;
  transition: all 400ms;
}
@media (max-width: 991px) {
  .single-service .doggy-second .title figure img {
    width: 100%;
  }
}
.single-service .doggy-second .title figure:hover img {
  transform: scale(1.1);
  transition: all 400ms;
}
.single-service .doggy-third {
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .single-service .doggy-third {
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  .single-service .doggy-third {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .single-service .doggy-third {
    flex-direction: column;
  }
}
.single-service .doggy-third:after {
  right: auto;
  left: -12%;
  z-index: -9;
}
.single-service .doggy-third .left {
  width: 35%;
}
@media (max-width: 991px) {
  .single-service .doggy-third .left {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .single-service .doggy-third .left {
    width: 90%;
  }
}
.single-service .doggy-third .left figure {
  margin: 0;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
  transition: all 0.7s ease-in-out;
  overflow: hidden;
}
.single-service .doggy-third .right {
  width: 55%;
  padding-left: 0;
  padding-right: 150px;
}
@media (max-width: 1399px) {
  .single-service .doggy-third .right {
    padding-right: 100px;
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .single-service .doggy-third .right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .single-service .doggy-third .right {
    padding-right: 0px;
    text-align: center;
    margin-top: 50px;
    width: 100%;
  }
}
.single-service .doggy-four {
  position: relative;
  z-index: 9;
  display: flex;
  margin: 150px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 150px 0;
}
@media (max-width: 1399px) {
  .single-service .doggy-four {
    margin: 50px 0;
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .single-service .doggy-four {
    margin: 50px 0;
    padding: 50px 0;
    flex-direction: column;
  }
}
.single-service .doggy-four:before {
  position: absolute;
  content: "";
  background: url(../images/about-right.svg) no-repeat;
  z-index: -9;
  bottom: 0;
  top: 100px;
  right: 0;
  transform: scaleX(-1);
  width: 60%;
  opacity: 0.07;
  height: 70%;
}
.single-service .doggy-four .images {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .single-service .doggy-four .images {
    width: 100%;
  }
}
.single-service .doggy-four .images .doggy-smile {
  background-size: cover !important;
  height: 400px;
  display: flex;
  width: 47%;
  border-radius: 50px;
  transition: all 400ms;
}
@media (max-width: 1280px) {
  .single-service .doggy-four .images .doggy-smile {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .single-service .doggy-four .images .doggy-smile {
    height: 600px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .single-service .doggy-four .images .doggy-smile {
    height: 350px;
    background-position: center !important;
  }
}
.single-service .doggy-four .images .doggy-smile:hover {
  border-radius: 30px;
  transition: all 400ms;
}
.single-service .doggy-four .images .doggy-smile.second {
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .single-service .doggy-four .images .doggy-smile.second {
    display: none;
  }
}
.single-service .doggy-four .cnt {
  width: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .single-service .doggy-four .cnt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.single-service .doggy-four .cnt h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .single-service .doggy-four .cnt h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.single-service .doggy-four .cnt p {
  width: 80%;
}
@media (max-width: 991px) {
  .single-service .doggy-four .cnt p {
    width: 100%;
  }
}
.single-service .doggy-four .cnt p span {
  color: #03cea4;
}
.single-service .doggy-four .cnt a {
  background: #03cea4;
  font-size: 20px;
  color: #fff;
  font-family: "sunday_bloomregular";
  padding: 22px 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 9;
  width: 240px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .single-service .doggy-four .cnt a {
    margin: 0 auto;
  }
}
.single-service .doggy-first.five {
  padding-top: 100px;
}
.single-service .doggy-first.five .right h2 {
  line-height: 40px;
  margin-bottom: 30px;
}
.single-service.shop-page .doggy-first .right p {
  width: 90%;
}
@media (max-width: 1280px) {
  .single-service.shop-page .doggy-first .right p {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .single-service.shop-page .doggy-second .title {
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 766px) {
  .single-service.shop-page .doggy-second .title figure {
    margin: 25px 0 0;
  }
}
.single-service.shop-page .doggy-second .title figure img {
  border-radius: 10px;
  margin-bottom: 30px;
  border-radius: 50px;
}
.single-service.shop-page .doggy-second .title figure h3 {
  color: #fff;
  margin-bottom: 20px;
}
.single-service.shop-page .doggy-second .title figure p {
  width: 100%;
}
.single-service.shop-page .doggy-second .title figure:hover img {
  transform: scale(1);
}
.single-service.shop-page .doggy-second .title p {
  width: 60%;
}
@media (max-width: 1280px) {
  .single-service.shop-page .doggy-second .title p {
    width: 100%;
  }
}
.single-service.shop-page .doggy-third .right p {
  width: 95%;
}
@media (max-width: 1280px) {
  .single-service.shop-page .doggy-third .right p {
    width: 100%;
  }
}
.single-service.shop-page .doggy-four .cnt p {
  width: 60%;
}
@media (max-width: 1280px) {
  .single-service.shop-page .doggy-four .cnt p {
    width: 100%;
  }
}
.single-service.shop-page .shop-last {
  width: 100%;
  margin: 80px auto;
  padding: 50px;
  text-align: center;
  color: #4171f5;
  font-size: 22px;
  font-family: "sunday_bloomregular";
  line-height: 35px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 766px) {
  .single-service.shop-page .shop-last {
    margin: 30px auto;
    padding: 30px;
    font-size: 18px;
  }
}
.single-service.shop-page .shop-last p {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 1280px) {
  .single-service.shop-page .shop-last p {
    width: 100%;
  }
}
.single-service h2 {
  margin-bottom: 30px;
}
.single-service .dog-cloths {
  padding-top: 80px;
}
.single-service h2.white {
  color: #fff;
}

.about-banner .inner-text .left {
  width: 65%;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
}
@media (max-width: 1699px) {
  .about-banner .inner-text .left {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-banner .inner-text .left {
    width: 100%;
  }
}

.detail-service.promotion-cnt {
  padding: 0;
  margin-top: 150px;
}
@media (max-width: 1280px) {
  .detail-service.promotion-cnt {
    margin-top: 100px;
  }
}
@media (max-width: 766px) {
  .detail-service.promotion-cnt {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .video-banner {
    padding: 100px 0 50px;
  }
}
.video-banner .inner-text .left {
  flex-direction: column;
  align-items: normal;
  justify-content: center;
}
@media (max-width: 575px) {
  .video-banner .inner-text .left h1 {
    margin-bottom: 15px;
  }
}
.video-banner .inner-text .left ul {
  padding: 15px 0;
}
@media (max-width: 1699px) {
  .video-banner .inner-text .left ul {
    padding: 25px 0;
  }
}
@media (max-width: 575px) {
  .video-banner .inner-text .left ul {
    padding: 15px 0;
  }
}
.video-banner .inner-text .left ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  color: #3195F8;
  background-color: rgba(49, 149, 248, 0.1);
  padding: 14px 30px;
  border-radius: 50px;
  font-family: "sunday_bloomregular";
  position: relative;
  border: none;
  overflow: hidden;
  z-index: 9;
  width: auto;
  background: #fff;
  margin-right: 15px;
}
@media (max-width: 1699px) {
  .video-banner .inner-text .left ul li {
    padding: 5px 20px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .video-banner .inner-text .left ul li {
    margin: 0px 5px;
  }
}
.video-banner .inner-text .left ul li:hover {
  color: #fff !important;
}

.about-cnt .about-content {
  text-align: center;
  padding: 0 15%;
}
@media (max-width: 1024px) {
  .about-cnt .about-content {
    padding: 0;
  }
}
.about-cnt .about-content p {
  font-size: 15px;
  color: #696969;
  line-height: 35px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .about-cnt .about-content p {
    font-size: 14px;
  }
}
.about-cnt .service-btm {
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
  margin-bottom: 100px;
}
@media (max-width: 1699px) {
  .about-cnt .service-btm {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.about-cnt .about-box .more-about {
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .more-about {
    margin-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .about-cnt .about-box .more-about {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .more-about {
    margin-bottom: 50px;
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .more-about {
    margin-bottom: 20px;
  }
}
.about-cnt .about-box .more-about:after {
  position: absolute;
  content: "";
  background: url(../images/about-right.svg) no-repeat;
  z-index: -9;
  bottom: 0;
  top: 0;
  left: 0;
  transform: scaleX(-1);
  width: 60%;
  opacity: 0.07;
}
.about-cnt .about-box .more-about .left {
  width: 35%;
  display: flex;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .more-about .left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .more-about .left {
    width: 100%;
  }
}
.about-cnt .about-box .more-about .left h3 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 50px;
}
@media (max-width: 575px) {
  .about-cnt .about-box .more-about .left h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-cnt .about-box .more-about .left h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #4171f5;
  width: 100%;
}
.about-cnt .about-box .more-about .left span {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-cnt .about-box .more-about .left span {
    width: 100%;
  }
}
.about-cnt .about-box .more-about .left span img {
  width: 60%;
}
@media (max-width: 991px) {
  .about-cnt .about-box .more-about .left span img {
    width: auto;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .more-about .left span img {
    height: 25px;
  }
}
.about-cnt .about-box .more-about .left p.bold {
  font-size: 18px;
  color: #ff8a00;
  font-weight: 600;
  width: 75%;
}
.about-cnt .about-box .more-about .right {
  width: 65%;
  padding-left: 15%;
  display: flex;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .more-about .right {
    width: 50%;
    padding-left: 0%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .more-about .right {
    width: 100%;
    margin: 50px 0 0;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .more-about .right {
    margin: 20px 0 0;
    flex-direction: column;
  }
}
.about-cnt .about-box .more-about .right .image {
  width: 50%;
  margin: 0 3%;
  height: 600px;
  display: inline-block;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 100px;
  transition: all 1s;
}
@media (max-width: 1280px) {
  .about-cnt .about-box .more-about .right .image {
    width: 100%;
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .more-about .right .image {
    width: 50%;
    height: 350px;
  }
}
@media (max-width: 766px) {
  .about-cnt .about-box .more-about .right .image {
    width: 100%;
    margin: 15px 0;
    border-radius: 0px;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .more-about .right .image {
    display: none;
  }
}
.about-cnt .about-box .more-about .right .image figure {
  margin: 0;
}
.about-cnt .about-box .more-about .right .image figure img {
  border-radius: 50px;
}
.about-cnt .about-box .more-about .right .image.first {
  position: relative;
  top: 50px;
}
@media (max-width: 1280px) {
  .about-cnt .about-box .more-about .right .image.first {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .more-about .right .image.first {
    top: 0px;
    display: block;
  }
}
.about-cnt .about-box .more-about .right .image:hover {
  border-radius: 50px;
  transition: all 1s;
}
.about-cnt .about-box .more-about-btm {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about-cnt .about-box .more-about-btm {
    flex-direction: column;
  }
}
.about-cnt .about-box .more-about-btm .ab-det-box {
  width: 48%;
  background: #4171f5;
  padding: 100px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .more-about-btm .ab-det-box {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .about-cnt .about-box .more-about-btm .ab-det-box {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}
.about-cnt .about-box .more-about-btm .ab-det-box:before {
  position: absolute;
  content: "";
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  border: 1px dashed #eee;
  border-radius: 50px;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .more-about-btm .ab-det-box:before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
}
.about-cnt .about-box .more-about-btm .ab-det-box h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .more-about-btm .ab-det-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.about-cnt .about-box .more-about-btm .ab-det-box p {
  color: #fff;
}
.about-cnt .about-box .more-about-btm .ab-det-box.impact {
  background: #03cea4;
}
.about-cnt .about-box .why-choose .title {
  padding: 100px;
  background: #4171f5;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-cnt .about-box .why-choose .title {
    padding: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .why-choose .title {
    padding: 30px;
    border-radius: 20px;
  }
}
.about-cnt .about-box .why-choose .title:before {
  position: absolute;
  content: "";
  left: -60%;
  top: -140px;
  background: url(../images/facilites-left.svg) no-repeat;
  width: 100%;
  height: 100%;
  transform: rotate(93deg);
  opacity: 0.1;
  z-index: -9;
}
@media (max-width: 766px) {
  .about-cnt .about-box .why-choose .title:before {
    display: none;
  }
}
.about-cnt .about-box .why-choose .title:after {
  position: absolute;
  content: "";
  right: -28%;
  bottom: -12%;
  background: url(../images/facilites-right.svg) no-repeat;
  width: 44%;
  height: 51%;
  z-index: -9;
}
.about-cnt .about-box .why-choose .title h3 {
  font-size: 30px;
  color: #fff;
  width: 25%;
  margin: 0 auto 20px;
  line-height: 45px;
}
@media (max-width: 1280px) {
  .about-cnt .about-box .why-choose .title h3 {
    width: 100%;
  }
}
.about-cnt .about-box .why-choose .title span img {
  width: auto;
}
.about-cnt .about-box .why-choose .title p {
  color: #fff;
  width: 50%;
  margin: 50px auto 0;
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 1399px) {
  .about-cnt .about-box .why-choose .title p {
    width: 70%;
  }
}
@media (max-width: 1280px) {
  .about-cnt .about-box .why-choose .title p {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .why-choose .title p {
    font-size: 14px;
  }
}
.about-cnt .about-box .why-choose .title figure {
  margin: 50px auto;
  width: 35%;
}
@media (max-width: 1399px) {
  .about-cnt .about-box .why-choose .title figure {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .about-cnt .about-box .why-choose .title figure {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .why-choose .title figure {
    width: 90%;
    margin: 50px auto 0;
  }
}
.about-cnt .about-box .why-choose .content {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 50px;
  width: 70%;
  margin: -350px auto 0;
  border-radius: 50px;
}
@media (max-width: 1280px) {
  .about-cnt .about-box .why-choose .content {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .about-cnt .about-box .why-choose .content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .why-choose .content {
    margin: 0px auto 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .why-choose .content {
    padding: 20px;
    border-radius: 20px;
  }
}
.about-cnt .about-box .why-choose .content .box {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .why-choose .content .box {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .why-choose .content .box {
    flex-direction: column;
  }
}
.about-cnt .about-box .why-choose .content .box figure {
  margin: 0;
  width: 100px;
  height: 80px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .about-cnt .about-box .why-choose .content .box figure {
    margin-right: 0px;
    width: 80px;
  }
}
.about-cnt .about-box .why-choose .content .box figure img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px dotted #f5c541;
  padding: 5px;
}
.about-cnt .about-box .why-choose .content .box h4 {
  width: 14%;
  font-size: 18px;
  margin-right: 80px;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .why-choose .content .box h4 {
    width: 22%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .why-choose .content .box h4 {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
}
.about-cnt .about-box .why-choose .content .box .details {
  width: 70%;
}
@media (max-width: 991px) {
  .about-cnt .about-box .why-choose .content .box .details {
    width: 100%;
    text-align: center;
  }
}
.about-cnt .about-box .why-choose .content .box:nth-child(1) {
  padding-top: 0;
}
.about-cnt .about-box .why-choose .content .box:last-child {
  padding-bottom: 0;
  border: none;
}
.about-cnt .about-box .our-service {
  margin: 150px 0;
  align-items: start;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .our-service {
    margin: 100px 0;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service {
    margin: 0 0 50px;
  }
}
@media (max-width: 575px) {
  .about-cnt .about-box .our-service {
    margin: 0;
  }
}
.about-cnt .about-box .our-service .right {
  padding-right: 5%;
  padding-left: 0;
  width: 45%;
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .right {
    margin: 50px 0;
    width: 100%;
    padding-right: 0%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .right .image {
    border-radius: 50px;
  }
}
.about-cnt .about-box .our-service .right .image.first {
  top: 0;
}
.about-cnt .about-box .our-service .right .image.second {
  top: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .right .image.second {
    top: 0;
  }
}
.about-cnt .about-box .our-service .left {
  width: 55%;
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .left h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.about-cnt .about-box .our-service .left .box {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .left .box {
    padding: 20px 0;
    flex-direction: column;
    width: 100%;
  }
}
.about-cnt .about-box .our-service .left .box figure {
  margin: 0;
  width: 100px;
  height: 80px;
  margin-right: 10px;
}
.about-cnt .about-box .our-service .left .box figure img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px dotted #f5c541;
  padding: 5px;
}
.about-cnt .about-box .our-service .left .box h4 {
  width: 15%;
  font-size: 18px;
  margin-right: 30px;
}
@media (max-width: 1699px) {
  .about-cnt .about-box .our-service .left .box h4 {
    width: 22%;
  }
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .left .box h4 {
    width: 100%;
    margin: 10px 0 0;
  }
}
.about-cnt .about-box .our-service .left .box .details {
  width: 75%;
}
@media (max-width: 991px) {
  .about-cnt .about-box .our-service .left .box .details {
    width: 100%;
  }
}
.about-cnt .about-box .our-service .left .box:nth-child(1) {
  padding-top: 0;
}
.about-cnt .about-box .our-service .left .box:last-child {
  padding-bottom: 0;
  border: none;
}

.career-page {
  padding-bottom: 150px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1280px) {
  .career-page {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .career-page {
    padding-bottom: 50px;
  }
}
.career-page:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/contact-form-bg.svg);
  z-index: -9;
  opacity: 0.2;
}
.career-page .titile {
  text-align: center;
}
.career-page .titile h3 {
  font-size: 50px;
  color: #0F0F0F;
  line-height: 60px;
}
@media (max-width: 575px) {
  .career-page .titile h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.career-page .titile span img {
  width: auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .career-page .titile span img {
    height: 25px;
  }
}
@media (max-width: 575px) {
  .career-page .titile span svg {
    height: 40px;
  }
}
.career-page .cont {
  width: 55%;
  margin: 50px auto 70px;
}
@media (max-width: 1280px) {
  .career-page .cont {
    width: 100%;
    margin: 30px auto 50px;
  }
}
.career-page .cont p {
  text-align: center;
}
.career-page .right-bg {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -9;
}
.career-page .right-bg img {
  width: auto;
}
.career-page form {
  width: 60%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .career-page form {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .career-page form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .career-page form {
    margin: 20px auto 0;
  }
}
.career-page form .input-field {
  width: 32%;
  margin-bottom: 2%;
}
@media (max-width: 766px) {
  .career-page form .input-field {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media (max-width: 575px) {
  .career-page form .input-field {
    width: 100%;
  }
}
.career-page form .input-field input,
.career-page form .input-field textarea {
  background: #2E62F1;
  border: none;
  border-radius: 15px;
  padding: 20px 30px;
  width: 100%;
  color: #fff;
}
.career-page form .input-field.textarea {
  width: 100%;
}
.career-page form .input-field.textarea textarea {
  height: 200px;
  outline: none;
}
@media (max-width: 575px) {
  .career-page form .input-field.textarea textarea {
    height: 130px;
  }
}
.career-page form .form-submit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.career-page form .form-submit button {
  background: #f5c541;
  border: none;
  color: #fff;
  font-family: "sunday_bloomregular";
  padding: 25px 60px;
  border-radius: 50px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.career-page .certificates-listing {
  margin-top: 150px;
  border-bottom: 1px solid #C5BDF1;
  padding-bottom: 150px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1280px) {
  .career-page .certificates-listing {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .career-page .certificates-listing {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .career-page .certificates-listing {
    margin-top: 50px;
  }
}
.career-page .certificates-listing:after {
  position: absolute;
  content: "";
  left: -56%;
  top: 0;
  background: url(../images/certificates-left-bg.svg) no-repeat;
  width: 100%;
  height: 100%;
  transform: rotate(93deg);
  z-index: -9;
}
@media (max-width: 1699px) {
  .career-page .certificates-listing:after {
    top: -100px;
  }
}
@media (max-width: 1280px) {
  .career-page .certificates-listing:after {
    display: none;
  }
}
.career-page .certificates-listing .cont {
  width: 45%;
}
@media (max-width: 1280px) {
  .career-page .certificates-listing .cont {
    width: 100%;
  }
}
.career-page .certificates-listing .gallery-slider {
  padding: 0 100px;
}
@media (max-width: 1280px) {
  .career-page .certificates-listing .gallery-slider {
    padding: 0;
  }
}
.career-page .certificates-listing .gallery-slider .item img {
  border: 8px solid rgba(0, 0, 0, 0.3607843137);
  border-radius: 10px;
}
.career-page .certificates-listing .gallery-slider .item .certificate-outer {
  position: relative;
  z-index: 9;
  padding: 70px 0px;
}
.career-page .certificates-listing .gallery-slider .item .certificate-outer:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2e62f1;
  border-radius: 62% 38% 82% 18%/54% 61% 39% 46%;
  z-index: -9;
  transition: all 0.7s ease-in-out;
}
.career-page .certificates-listing .gallery-slider .item .certificate-outer.two:after {
  background: #eabd41;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
}
.career-page .certificates-listing .gallery-slider .item .certificate-outer.three:after {
  background: #03cea4;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
}
.career-page .certificates-listing .gallery-slider .item .certificate-outer:hover:after {
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
}
.career-page .certificates-listing .gallery-slider .item .certificate-outer:hover.two:after {
  border-radius: 57% 43% 31% 69%/54% 61% 39% 46%;
}
.career-page .certificates-listing .gallery-slider .item .certificate-outer:hover.three:after {
  border-radius: 57% 43% 31% 69%/54% 61% 39% 46%;
}
.career-page .certificates-listing .gallery-slider .owl-dots {
  text-align: center;
}
.career-page .certificates-listing .gallery-slider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: #03cea4 !important;
  margin: 0 5px;
  border-radius: 50px;
}
.career-page .certificates-listing .gallery-slider .owl-dots button.owl-dot.active {
  background: #2e62f1 !important;
}

.news-outer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .news-outer {
    flex-direction: column;
  }
}
.news-outer .box {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 575px) {
  .news-outer .box {
    margin: 10px 0;
  }
}
.news-outer .box figure {
  width: 100%;
  border: 1px solid #03cea4;
  padding: 10px;
  border-radius: 10px;
  display: block;
  margin: 0;
}

.waiting-area {
  display: flex;
  padding: 150px 140px;
  position: relative;
}
@media (max-width: 1699px) {
  .waiting-area {
    padding: 100px 50px;
  }
}
@media (max-width: 575px) {
  .waiting-area {
    padding: 50px 20px;
  }
}
.waiting-area .cont-outer {
  display: flex;
  justify-content: space-between;
  padding: 0 200px;
  align-items: center;
}
@media (max-width: 1280px) {
  .waiting-area .cont-outer {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .waiting-area .cont-outer {
    flex-direction: column;
  }
}
.waiting-area .cont-outer .left {
  width: 40%;
}
@media (max-width: 991px) {
  .waiting-area .cont-outer .left {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .waiting-area .cont-outer .left {
    width: 80%;
  }
}
.waiting-area .cont-outer .left figure {
  margin: 0;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
  transition: all 0.7s ease-in-out;
  overflow: hidden;
}
.waiting-area .cont-outer .left figure:hover {
  border-radius: 57% 43% 31% 69%/54% 61% 39% 46%;
  transition: all 0.7s ease-in-out;
}
.waiting-area .cont-outer .right {
  width: 50%;
}
@media (max-width: 991px) {
  .waiting-area .cont-outer .right {
    width: 100%;
    text-align: center;
  }
}
.waiting-area .cont-outer .right .titile {
  margin-bottom: 50px;
}
@media (max-width: 1699px) {
  .waiting-area .cont-outer .right .titile {
    margin-bottom: 20px;
  }
}
.waiting-area .cont-outer .right .titile h3 {
  font-size: 50px;
  color: #0F0F0F;
  line-height: 60px;
}
@media (max-width: 1699px) {
  .waiting-area .cont-outer .right .titile h3 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .waiting-area .cont-outer .right .titile h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .waiting-area .cont-outer .right .titile span svg {
    height: 40px;
  }
}
.waiting-area .cont-outer .right .cont p {
  border-bottom: 1px solid #4171F5;
  padding-bottom: 80px;
}
@media (max-width: 1699px) {
  .waiting-area .cont-outer .right .cont p {
    padding-bottom: 30px;
  }
}
.waiting-area .right-bg {
  position: absolute;
  right: 0;
  z-index: -9;
}

.testimonials {
  padding: 0 140px;
  position: relative;
}
@media (max-width: 1699px) {
  .testimonials {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .testimonials {
    padding: 0 20px;
  }
}
.testimonials .testi-cnt {
  background: #fff;
  padding: 100px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .testimonials .testi-cnt {
    border-radius: 20px;
    padding: 40px;
  }
}
.testimonials .testi-cnt .top {
  display: flex;
  padding: 0 100px;
}
@media (max-width: 1280px) {
  .testimonials .testi-cnt .top {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.testimonials .testi-cnt .top .titile {
  width: 40%;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .top .titile {
    width: 35%;
  }
}
@media (max-width: 1280px) {
  .testimonials .testi-cnt .top .titile {
    width: 100%;
  }
}
.testimonials .testi-cnt .top .titile h3 {
  font-size: 50px;
  color: #0F0F0F;
  line-height: 60px;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .top .titile h3 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .testimonials .testi-cnt .top .titile h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .testimonials .testi-cnt .top .titile span svg {
    height: 40px;
  }
}
.testimonials .testi-cnt .top .cont {
  width: 60%;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .top .cont {
    width: 65%;
  }
}
@media (max-width: 1280px) {
  .testimonials .testi-cnt .top .cont {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .testimonials .testi-cnt .top .cont {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
  }
}
.testimonials .testi-cnt .testi-sl {
  width: 40%;
  margin: 150px auto 0;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .testi-sl {
    width: 50%;
    margin: 50px auto;
  }
}
@media (max-width: 1280px) {
  .testimonials .testi-cnt .testi-sl {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .testimonials .testi-cnt .testi-sl {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .testimonials .testi-cnt .testi-sl {
    margin: 50px auto 30px;
  }
}
.testimonials .testi-cnt .testi-sl .cont {
  display: flex;
  flex-direction: column;
}
.testimonials .testi-cnt .testi-sl .cont .icon {
  margin-bottom: 40px;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .testi-sl .cont .icon {
    margin-bottom: 20px;
  }
}
.testimonials .testi-cnt .testi-sl .cont .icon img {
  width: auto;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .testi-sl .cont .icon img {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .testimonials .testi-cnt .testi-sl .cont .icon img {
    margin: 0 auto;
  }
}
.testimonials .testi-cnt .testi-sl .cont p {
  font-size: 16px;
  color: #696969;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .testimonials .testi-cnt .testi-sl .cont p {
    padding-left: 0;
  }
}
.testimonials .testi-cnt .testi-sl .cont h6 {
  padding-left: 70px;
  color: #4171F5;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .testimonials .testi-cnt .testi-sl .cont h6 {
    padding-left: 0;
  }
}
.testimonials .testi-cnt .testi-sl .owl-dots {
  position: absolute;
  left: 65px;
  bottom: -30px;
}
@media (max-width: 991px) {
  .testimonials .testi-cnt .testi-sl .owl-dots {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.testimonials .testi-cnt .testi-sl .owl-dots button.owl-dot {
  width: 7px;
  height: 7px;
  background: #F1C95C !important;
  border-radius: 50px;
  margin: 0 3px;
}
.testimonials .testi-cnt .testi-sl .owl-dots button.owl-dot.active {
  background: #4171F5 !important;
}
.testimonials .testi-cnt .left-icon {
  position: absolute;
  left: 0;
  bottom: -130px;
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .left-icon {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .testimonials .testi-cnt .left-icon {
    display: none;
  }
}
@media (max-width: 1699px) {
  .testimonials .testi-cnt .left-icon img {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .testimonials .testi-cnt .left-icon img {
    width: 40%;
  }
}
.testimonials .round-img {
  position: absolute;
  right: 100px;
  bottom: -100px;
  z-index: 9;
}
@media (max-width: 1699px) {
  .testimonials .round-img {
    right: 50px;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .testimonials .round-img {
    display: none;
  }
}
@media (max-width: 1699px) {
  .testimonials .round-img img {
    width: 60%;
    float: right;
  }
}
.testimonials .right-bg {
  position: absolute;
  right: 0;
  top: 300px;
}
@media (max-width: 991px) {
  .testimonials .right-bg {
    display: none;
  }
}

footer {
  padding: 0 140px;
}
@media (max-width: 1699px) {
  footer {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 0 20px;
  }
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  position: relative;
  border-bottom: 1px solid #C5BDF1;
}
@media (max-width: 1699px) {
  footer .footer-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer-top {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 769px) {
  footer .footer-top {
    padding-bottom: 50px;
  }
}
footer .footer-top:before {
  position: absolute;
  content: "";
  left: 0;
  width: 130px;
  bottom: 0;
  height: 5px;
  background: #F5C541;
}
@media (max-width: 991px) {
  footer .footer-top:before {
    right: 0;
    margin: 0 auto;
  }
}
footer .footer-top .text {
  display: flex;
  width: 35%;
}
@media (max-width: 991px) {
  footer .footer-top .text {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
footer .footer-top .text h3 {
  font-size: 50px;
  line-height: 70px;
}
@media (max-width: 1699px) {
  footer .footer-top .text h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 1280px) {
  footer .footer-top .text h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
footer .footer-top .text h3 span svg {
  width: 90px;
  height: 90px;
}
footer .footer-top .text h3 span iframe {
  width: 90px;
  height: 90px;
  position: relative;
  top: 20px;
}
@media (max-width: 1699px) {
  footer .footer-top .text h3 span iframe {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1280px) {
  footer .footer-top .text h3 span iframe {
    width: 50px;
    height: 50px;
  }
}
footer .footer-top .location {
  display: flex;
  width: 67%;
  justify-content: end;
  padding-top: 30px;
}
@media (max-width: 1399px) {
  footer .footer-top .location {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .footer-top .location {
    justify-content: center;
  }
}
@media (max-width: 766px) {
  footer .footer-top .location {
    flex-direction: column;
  }
}
footer .footer-top .location .box {
  display: flex;
  width: 30%;
  justify-content: end;
}
@media (max-width: 1280px) {
  footer .footer-top .location .box {
    width: 33%;
  }
}
@media (max-width: 991px) {
  footer .footer-top .location .box {
    justify-content: center;
  }
}
@media (max-width: 766px) {
  footer .footer-top .location .box {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-top .location .box .icon {
  margin-right: 30px;
}
@media (max-width: 1280px) {
  footer .footer-top .location .box .icon {
    margin-right: 8px;
  }
}
@media (max-width: 766px) {
  footer .footer-top .location .box .icon {
    margin-right: 0px;
  }
}
footer .footer-top .location .box .content h6 {
  font-size: 20px;
  line-height: 27px;
  color: #4171F5;
  font-family: "sunday_bloomregular";
}
@media (max-width: 1699px) {
  footer .footer-top .location .box .content h6 {
    font-size: 18px;
  }
}
footer .footer-top .location .box .content p {
  font-size: 15px;
  font-weight: 500;
  color: #282828;
}
@media (max-width: 1280px) {
  footer .footer-top .location .box .content p {
    font-size: 14px;
  }
}
footer .footer-btm {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C5BDF1;
  position: relative;
}
@media (max-width: 1699px) {
  footer .footer-btm {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-btm {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 769px) {
  footer .footer-btm {
    padding: 50px 0;
  }
}
footer .footer-btm:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 130px;
  bottom: 0;
  height: 5px;
  background: #F5C541;
  margin: auto;
}
footer .footer-btm .call {
  display: flex;
}
@media (max-width: 991px) {
  footer .footer-btm .call {
    flex-direction: column;
  }
}
footer .footer-btm .call .icon {
  margin-right: 20px;
}
@media (max-width: 991px) {
  footer .footer-btm .call .icon {
    margin-right: 0px;
  }
}
footer .footer-btm .call .icon iframe {
  width: 80px;
  height: 80px;
}
@media (max-width: 1699px) {
  footer .footer-btm .call .icon iframe {
    width: 60px;
    height: 60px;
  }
}
footer .footer-btm .call .text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
}
@media (max-width: 1699px) {
  footer .footer-btm .call .text h4 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-btm .call .text h4 {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  footer .footer-btm .call .text h4 span svg {
    width: 70%;
  }
}
@media (max-width: 575px) {
  footer .footer-btm .call .text h4 span svg {
    height: 40px;
  }
}
footer .footer-btm .services {
  width: 32%;
}
@media (max-width: 1024px) {
  footer .footer-btm .services {
    width: 40%;
  }
}
@media (max-width: 991px) {
  footer .footer-btm .services {
    width: 100%;
    margin: 30px 0;
  }
}
footer .footer-btm .services .services-list {
  margin-bottom: 50px;
}
@media (max-width: 1699px) {
  footer .footer-btm .services .services-list {
    margin-bottom: 20px;
  }
}
footer .footer-btm .services .services-list h6 {
  font-size: 20px;
  line-height: 27px;
  color: #4171F5;
  font-family: "sunday_bloomregular";
  margin-bottom: 15px;
}
@media (max-width: 1699px) {
  footer .footer-btm .services .services-list h6 {
    margin-bottom: 5px;
  }
}
footer .footer-btm .services .services-list ul li {
  display: inline-block;
  padding-right: 40px;
}
footer .footer-btm .services .services-list ul li a {
  font-size: 15px;
  line-height: 45px;
  font-weight: 500;
  color: #282828;
  position: relative;
}
@media (max-width: 1699px) {
  footer .footer-btm .services .services-list ul li a {
    font-size: 14px;
    line-height: 35px;
  }
}
footer .footer-btm .services .services-list ul li a:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  bottom: 0;
  background: #F5C541;
  width: 2px;
}
footer .footer-btm .services .services-list ul li a:hover {
  color: #F5C541;
}
footer .footer-btm .services .services-list.last {
  margin-bottom: 0;
}
footer .footer-btm .social-icons {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  footer .footer-btm .social-icons {
    align-items: center;
    justify-content: center;
  }
}
footer .footer-btm .social-icons ul {
  display: flex;
  align-items: center;
}
footer .footer-btm .social-icons ul li {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  footer .footer-btm .social-icons ul li {
    margin-left: 5px;
  }
}
footer .footer-btm .social-icons ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid #C5BDF1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1699px) {
  footer .footer-btm .social-icons ul li a {
    width: 40px;
    height: 40px;
  }
}
footer .footer-btm .social-icons ul li a svg {
  fill: #4171f5;
}
footer .footer-btm .social-icons ul li a:hover svg path {
  fill: #fff !important;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 1699px) {
  footer .copyright {
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  footer .copyright {
    flex-direction: column;
    text-align: center;
  }
}
footer .copyright p {
  font-size: 15px;
  color: #696969;
  margin: 0;
}
@media (max-width: 1699px) {
  footer .copyright p {
    font-size: 14px;
  }
}

.registration-out {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.registration-out:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8196078431);
  height: 100vh;
  filter: blur(0px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.registration-out .registration-form {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100vh;
  background: #4171F5;
  opacity: 0;
  padding: 50px;
  overflow: hidden;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 50px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 1280px) {
  .registration-out .registration-form {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .registration-out .registration-form {
    width: 100%;
    padding: 30px;
  }
}
.registration-out .registration-form::-webkit-scrollbar {
  width: 3px;
}
.registration-out .registration-form::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.registration-out .registration-form::-webkit-scrollbar-thumb {
  background: #03cea4;
}
.registration-out .registration-form::-webkit-scrollbar-thumb:hover {
  background: #03cea4;
}
.registration-out .registration-form h3 {
  border-bottom: 1px solid #5880ed;
  padding-bottom: 20px;
  margin-bottom: 50px;
  color: #fff;
}
.registration-out .registration-form form .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .registration-out .registration-form form .details {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.registration-out .registration-form form .details h4 {
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}
@media (max-width: 1399px) {
  .registration-out .registration-form form .details h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.registration-out .registration-form form .details .input-field {
  width: 49%;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 766px) {
  .registration-out .registration-form form .details .input-field {
    width: 100%;
  }
}
.registration-out .registration-form form .details .input-field label {
  color: #eee;
  font-size: 14px;
  margin-bottom: 15px;
}
.registration-out .registration-form form .details .input-field input,
.registration-out .registration-form form .details .input-field textarea {
  width: 100%;
  background: #3869f1;
  border: none;
  height: 60px;
  color: #fff;
  border-radius: 50px;
  outline: none;
  padding-left: 25px;
}
@media (max-width: 766px) {
  .registration-out .registration-form form .details .input-field input,
  .registration-out .registration-form form .details .input-field textarea {
    border-radius: 10px;
  }
}
.registration-out .registration-form form .details .input-field input::-moz-placeholder, .registration-out .registration-form form .details .input-field textarea::-moz-placeholder {
  font-size: 14px;
  color: #eee;
  letter-spacing: 0.5px;
}
.registration-out .registration-form form .details .input-field input::placeholder,
.registration-out .registration-form form .details .input-field textarea::placeholder {
  font-size: 14px;
  color: #eee;
  letter-spacing: 0.5px;
}
.registration-out .registration-form form .details .input-field.textarea {
  width: 100%;
}
.registration-out .registration-form form .details .input-field textarea {
  width: 100%;
  height: 150px;
  padding-top: 30px;
}
@media (max-width: 766px) {
  .registration-out .registration-form form .details .input-field textarea {
    height: 100px;
    padding-top: 10px;
  }
}
.registration-out .registration-form form .details .input-field .icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iUGxhY2VzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNi4wNSIgdmlld0JveD0iMCAwIDE2IDE2LjA1Ij4NCiAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8zMDUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDMwNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIi8+DQogIDxwYXRoIGlkPSJQYXRoXzExNCIgZGF0YS1uYW1lPSJQYXRoIDExNCIgZD0iTTYuNiw5LjVBMi44LDIuOCwwLDAsMCw5LjQsNi43LDIuODgxLDIuODgxLDAsMCwwLDYuNiwzLjgsMi44LDIuOCwwLDAsMCwzLjgsNi42LDIuOTUxLDIuOTUxLDAsMCwwLDYuNiw5LjVaTTEuOSwxLjlhNi42NDcsNi42NDcsMCwwLDEsOS40LDkuNEw2LjYsMTYsMS45LDExLjNBNi44MjgsNi44MjgsMCwwLDEsMS45LDEuOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTc1IDAuMDUpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCjwvc3ZnPg0K");
  position: absolute;
  background-repeat: no-repeat;
  right: 13px;
  top: 75px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.registration-out .registration-form form .details .input-field .calender {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FsZW5kYXIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzU1NyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgNTU3IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz4NCiAgPHBhdGggaWQ9IlBhdGhfMTQ5IiBkYXRhLW5hbWU9IlBhdGggMTQ5IiBkPSJNMiw1djlIMTRWNVpNMTMsMmgyYS45NDUuOTQ1LDAsMCwxLDEsMVYxNWEuOTQ1Ljk0NSwwLDAsMS0xLDFIMWEuOTQ1Ljk0NSwwLDAsMS0xLTFWM0EuOTQ1Ljk0NSwwLDAsMSwxLDJIM1YxQS45NDUuOTQ1LDAsMCwxLDQsMCwuOTQ1Ljk0NSwwLDAsMSw1LDFWMmg2VjFhMSwxLDAsMCwxLDIsMFpNMTIsMTJIMTBWMTBoMlpNOSwxMkg3VjEwSDlabTMtM0gxMFY3aDJaTTksOUg3VjdIOVpNNiwxMkg0VjEwSDZaIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCjwvc3ZnPg0K");
}
.registration-out .registration-form form .details .input-field .file-up {
  background: #3869f1;
  border-radius: 50px;
  width: 100%;
  color: #fff;
  height: 60px;
  overflow: hidden;
}
.registration-out .registration-form form .details .input-field .file-up #custom-button,
.registration-out .registration-form form .details .input-field .file-up #custom-button1 {
  padding: 10px;
  color: white;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  background: #03cea4;
  font-size: 12px;
  border: none;
  height: 60px;
}
.registration-out .registration-form form .details .input-field .file-up #custom-button:hover,
.registration-out .registration-form form .details .input-field .file-up #custom-button1:hover {
  background-color: #00b28f;
}
.registration-out .registration-form form .details .input-field .file-up #custom-text,
.registration-out .registration-form form .details .input-field .file-up #custom-text1 {
  margin-left: 5px;
  color: #fff;
  font-size: 13px;
}
.registration-out .registration-form form .details.field-out .input-field {
  width: 32%;
}
@media (max-width: 766px) {
  .registration-out .registration-form form .details.field-out .input-field {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .registration-out .registration-form form .details.field-out .input-field {
    width: 100%;
  }
}
.registration-out .registration-form form .details.field-out .input-field.full-width {
  width: 49%;
}
@media (max-width: 1280px) {
  .registration-out .registration-form form .details.field-out .input-field.full-width {
    width: 100%;
  }
}
.registration-out .registration-form form .details.field-out.required-documents {
  flex-direction: column;
}
@media (max-width: 1280px) {
  .registration-out .registration-form form .details.field-out.required-documents .input-field {
    width: 100%;
  }
}
.registration-out .registration-form form .details.field-out.required-documents p {
  color: #fff;
  margin-bottom: 20px;
}
.registration-out .registration-form form .details.field-out.required-documents li {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px solid #5e88fd;
}
.registration-out .registration-form form .form-submit button {
  background: #2e62f1;
  border: none;
  color: #fff;
  font-family: "sunday_bloomregular";
  padding: 25px 60px;
  border-radius: 50px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .registration-out .registration-form form .form-submit button {
    margin-top: 10px;
    padding: 15px 40px;
    font-size: 15px;
  }
}
.registration-out .registration-form form .form-submit button:hover {
  background: #03cea4;
}
.registration-out .registration-form form .hidden {
  display: none;
  position: relative;
}
.registration-out .registration-form form .hidden .dog-det-close-btn {
  position: absolute;
  right: 0;
  top: -7px;
  border: 1px solid #6289f5;
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.registration-out .registration-form form .hidden .dog-det-close-btn:hover {
  background: #03cea4;
}
.registration-out .registration-form form .add-more {
  padding: 15px;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  width: 150px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  margin: 25px 0 50px;
  cursor: pointer;
  border: 1px solid #6289f5;
}
.registration-out .registration-form form .add-more svg {
  width: 10px;
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.registration-out .close-btn {
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  background: #03cea4;
  justify-content: center;
  border-radius: 100%;
  position: fixed;
  top: 40%;
  left: 30%;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px);
  transition: 1.5s;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .registration-out .close-btn {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1280px) {
  .registration-out .close-btn {
    left: 15%;
  }
}
@media (max-width: 991px) {
  .registration-out .close-btn {
    left: auto;
    right: 30px;
    top: 30px;
    width: 80px;
    height: 80px;
    padding: 30px;
  }
}
@media (max-width: 766px) {
  .registration-out .close-btn {
    top: 20px;
    width: 50px;
    height: 50px;
    padding: 20px;
  }
}
.registration-out .close-btn:after {
  position: absolute;
  content: "";
  background: url(../images/close-btn-bg.png) no-repeat;
  left: 40px;
  right: 0;
  top: 0;
  bottom: 30px;
  background-size: cover;
  animation: move 2s infinite linear;
  opacity: 0.2;
}
.registration-out.show {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 400ms;
}
.registration-out.show .close-btn {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s;
  transition-delay: 1s;
}
.registration-out.show .registration-form {
  opacity: 1;
  transition: all 1s;
  transition-delay: 1s;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.faq {
  background-color: #ffffff;
  padding: 120px 0;
}
.faq .faq-title {
  margin-bottom: 100px;
}
.faq .faq-title h3 {
  font-size: 55px;
  line-height: 72px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 1699px) {
  .faq .faq-title h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .faq .faq-title h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
.faq .accordion-faq .accordion-item {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: -1px;
  border: none;
  background-color: transparent;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq .accordion-faq .accordion-item .accordion-header {
  position: relative;
  z-index: 1;
}
.faq .accordion-faq .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #0F0F0F;
}
.faq .accordion-faq .accordion-item .accordion-header .accordion-button.collapsed {
  border: none;
}
.faq .accordion-faq .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/plus.png);
}
.faq .accordion-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none;
}
.faq .accordion-faq .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}
.faq .accordion-faq .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
}
.faq .accordion-faq .accordion-item .accordion-header .accordion-button::after {
  width: 30px;
  height: 30px;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .faq .accordion-faq .accordion-item .accordion-header .accordion-button {
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .faq .accordion-faq .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 30px;
    gap: 30px;
  }
}
.faq .accordion-faq .accordion-item .accordion-collapse .accordion-body {
  padding: 30px 0px;
  padding-bottom: 0;
}
.faq .accordion-faq .accordion-item .accordion-collapse .accordion-body p {
  font-size: 15px;
  line-height: 30px;
  color: #696969;
}
.faq .accordion-faq .accordion-item .accordion-collapse .accordion-body .lines {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  margin: 50px auto;
}
@media (max-width: 1399px) {
  .faq .accordion-faq .accordion-item .accordion-collapse .accordion-body .lines {
    margin: 30px auto;
  }
}
@media (max-width: 1399px) {
  .faq .accordion-faq .accordion-item .accordion-collapse .accordion-body {
    padding: 15px 0;
  }
}
@media (max-width: 1399px) {
  .faq .accordion-faq .accordion-item {
    padding: 15px 0;
  }
}

.social-wizard {
  padding: 100px 0;
  margin-top: 150px;
}
.social-wizard .content-block {
  text-align: center;
  padding: 50px 50px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid rgba(49, 149, 248, 0.3);
}
.social-wizard .content-block h4 {
  font-size: 30px;
  color: #0F0F0F;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .social-wizard .content-block h4 {
    font-size: 18px;
  }
}
.social-wizard .content-block p {
  color: #696969;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.social-wizard .content-block p:last-child {
  margin: 0;
}
.social-wizard .content-block p a {
  color: #2E62F1;
  font-weight: 700;
  position: relative;
}
.social-wizard .content-block p a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #2E62F1;
}
@media (max-width: 991px) {
  .social-wizard .content-block {
    padding: 30px 30px;
  }
}
@media (max-width: 1280px) {
  .social-wizard {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .social-wizard {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.bday-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .bday-list {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .bday-list {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.bday-list .box {
  background: #313478;
  padding: 50px;
  border-radius: 15px;
  color: #fff;
}
@media (max-width: 1399px) {
  .bday-list .box {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .bday-list .box {
    width: 100%;
  }
}
.bday-list .box h3 {
  margin-bottom: 5px;
}
.bday-list .box p {
  font-size: 17px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1215686275);
  padding-bottom: 15px;
}
.bday-list .box.second {
  background: #ca1551;
}
.bday-list .box.third {
  background: #01a784;
}
.bday-list .box ul li {
  line-height: 30px;
  position: relative;
  padding: 5px 0 5px 20px;
}
.bday-list .box ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50px;
}

.note {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 80px;
  border-radius: 50px;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1399px) {
  .note {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .note {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .note {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .note {
    padding: 30px;
  }
}
.note .left {
  width: 40%;
}
@media (max-width: 991px) {
  .note .left {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .note .left {
    width: 90%;
  }
}
.note .left img {
  width: 100%;
}
.note .right {
  text-align: left;
  width: 60%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .note .right {
    width: 100%;
    text-align: center;
  }
}
.note .right p {
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 575px) {
  .note .right p {
    font-size: 17px;
  }
}
.note .right p span {
  display: block;
  font-size: 30px;
  color: #27b3ca;
  font-weight: 600;
  padding-top: 10px;
}
@media (max-width: 575px) {
  .note .right p span {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .bday {
    padding-bottom: 50px;
  }
}

@media (max-width: 1900px) {
  header .head-left .head-menu ul li {
    margin-right: 15px;
  }
  header .head-left .head-menu ul li a {
    font-size: 16px;
  }
  header .head-left .head-logo {
    margin-right: 50px;
  }
}
@media (max-width: 1300px) {
  header .head-left .head-logo {
    margin-right: 20px;
  }
  header .head-left .head-menu ul li {
    margin-right: 10px;
  }
  header .head-left .head-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  header .head-left .head-menu ul li {
    margin-right: 5px;
  }
  header .head-left .head-menu ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  header .head-left .head-menu ul li a {
    font-size: 11px;
  }
}/*# sourceMappingURL=theme_style.css.map */