/* CSS Index
-----------------------------------

*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}

:root {
  --primary: #000;
  --secondary: #444;
  --btn: #ffdc60;
  --color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  background: #fff !important;
}

ol,
ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

a:hover {
  text-decoration: none !important;
}
p {
  line-height: 27px;
  font-size: 14px;
  color: #655e5e;
}
.flot {
  float: left;
  width: 100%;
  overflow: hidden;
}

/*-------------------------------------------------*/
/* SIDE BAR
/*-------------------------------------------------*/

.side-bar {
  position: fixed;
  background: #f7f8fd;
  padding: 40px;
  text-transform: capitalize;
  box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
  top: 0;
  transition: all 1s ease;
  right: -500px;
  width: 400px;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  transition: all 0.5s ease;
  z-index: 1000;
}

.side-bar-im {
  width: 100%;
  margin-bottom: 25px;
}

.side-bar-im img {
  width: 90px;
  height: auto;
  display: inline-block;
  margin-bottom: 25px;
}

.side-bar-im h3,
.side-panel-con h3 {
  margin-bottom: 18px;
  width: 100%;
  letter-spacing: -0.5px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.side-panel-con a {
  background: none;
  text-decoration: none;
}

.side-bar-blg-post h3 {
  margin-bottom: 0;
}

.side-bar-im p {
  font-size: 13px;
  line-height: 22px;
  float: left;
  padding-bottom: 30px;
  margin: 0;
}

.side-bar .side-panel-con span {
  color: #000;
}

.side-panel-con {
  padding-top: 0;
  display: inline-block;
}

.side-panel-con li {
  float: left;
  list-style-type: none;
  display: block;
  padding: 0px 0 15px 0;
  width: 100%;
}

.side-panel-con i {
  color: rgb(240 64 55 / 86%);
  margin-right: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  height: 35px;
  width: 35px;
  background: rgba(240, 64, 55, 0.1);
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}

.side-panel-con li:nth-child(2) i {
  color: rgb(82 211 253);
  background: rgba(82, 211, 253, 0.1);
}

.side-panel-con li:nth-child(3) i {
  color: rgb(23 194 152);
  background: rgba(23, 194, 152, 0.1);
}

.side-panel-con span {
  font-size: 14px;
  text-transform: initial;
  padding-top: 4px;
  color: var(--color);
}

.side-bar-im i {
  position: absolute;
  right: 40px;
  top: 62px;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  line-height: 30px;
  transition: all 0.6s ease;
  background: red;
}

.side-bar-im i:hover {
  transition: all 0.6s ease;
  background: #055dfd;
  color: #fff;
}

.side-panel-con li:nth-child(4) i,
.contact-info-lhs ul li:nth-child(2) i {
  background: #ece8fd;
  color: #8067f0;
}

.contact-info-lhs ul li:nth-child(1) i {
  background: #f4dfdd;
  color: #ee4a62;
}

.side-bar.act {
  right: 0;
}

/*-------------------------------------------------*/
/* NAV
/*-------------------------------------------------*/

.nav {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 18px 0px;
  z-index: 99;
}

.nav.act {
  box-shadow: rgb(0 0 0 / 33%) 0px 0px 20px -10px;
  background: #fff;
  z-index: 99;
  position: fixed;
}

.nav.act .logo{
  position: relative;
  top: 30px;
}
.nav.act .logo img{
  max-width: 67px;
}

.nav.act a {
  color: #000;
}
.nav.act .side-bar-right i {
  background: #f7c35f;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.logo img {
  max-width: 77px;
  transform: scale(1.4);
}

.mob-logo img {
  max-width: 67px;
  transform: scale(1.4);
}

.mob-logo img {
  display: none;
}

.nav-inner .menu {
  width: 100%;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px;
}

.menu li {
  padding: 0px 20px;
  position: relative;
}

.menu a {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-decoration: unset;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.menu a:hover {
  color: #0c0c0c !important;
  text-decoration: none;
  font-weight: 600;
}

.menu a::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
  background: #060a29;
  transform: scalex(0);
  transform-origin: right;
}
.theme-btn {
  background: fdf4b4;
  border-radius: 10px;
  margin: 0;
  position: relative;
  left: 10px;
}
.theme-btn a,
.thank-you-inner a {
  color: #000 !important;
  padding: 16px 31px;
  display: inline-block;
  font-weight: 700;
  background: #f7c35f;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.theme-btn a:hover {
  background: #3c3ddc !important;
  transition: all 0.5s ease;
  color: #fff !important;
}

/* .menu ul li:first-child {
  display: none;
} */

.menu span {
  display: none;
}

.nav-inner .side-bar-right {
  display: flex;
  justify-content: space-between;
  width: 24.333%;
  align-items: center;
}

.side-bar-right i {
  font-size: 12px;
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px 0 6px;
  cursor: pointer;
}

.menu-bar {
  display: none;
}

.menu-bar i {
  color: #fff;
  background: #2250fc;
  padding: 5px 7px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 200;
  float: left;
  cursor: pointer;
}

/*-------------------------------------------------*/
/* banner
/*-------------------------------------------------*/

.banner {
  background: url(../images/background/1.webp);
  width: 100%;
  height: 100%;
  padding: 200px 0 120px 0;
  position: relative;
  background-position: right;
  background-size: cover;
  overflow: hidden;
}
.banner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-size: cover;
  width: 100%;
  height: 106%;
  background: linear-gradient(90deg, black, transparent);
  opacity: 0.4;
  background-size: cover;
  top: 0;
  left: 0;
}
.banner::after {
  position: absolute;
  content: "";
  background: url(../images/shapes/1.svg);
  top: 51px;
  left: -232px;
  background-size: cover;
  width: 444px;
  height: 229px;
  transform: rotate(23deg) scale(0.5);
}
.banner-inner {
  padding-right: 54px;
  padding-bottom: 40px;
}
.banner-inner span::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 111%;
  height: 24px;
  background: url(../images/icons/1.svg);
  background-size: cover;
  filter: hue-rotate(45deg);
  transform: rotate(0);
  z-index: -1;
}
.banner-inner span {
  color: #000;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0 13px 0 6px;
  font-weight: 700;
}
.banner-inner h1,
.banner-inner p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.banner-inner h1 {
  margin: 90px 0 30px 0;
  font-size: 64px;
  font-family: "Playwrite CU", cursive;
  line-height: 90px;
  font-weight: 900;
  /* text-decoration: underline; */
}
.menu a:hover::before {
  transform: scalex(1);
  transform-origin: left;
}
.banner-inner p {
  margin: 8px 0 80px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
}
.banner-inner .theme-btn {
  display: inline-block;
}
.banner-inner .theme-btn a {
  padding: 24px 64px;
  background: none;
  border: 2px solid #ffde6a;
  color: #fff !important;
}
.bg-kodaikanal{
  background: #f8f7f0;
	float: left;
  width: 100%;
  text-align: center;
}
.bg-kodaikanal .koidkanal-img{
  position: relative;
  /* animation: shake 30s infinite; */
  margin-top: 30px;
  BORDER-RADIUS: 5PX;
  /* BORDER: ; */
}
.book-now {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  border: 8px solid #cde0ef;
  box-shadow: 0px 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
}
.book-now h2 {
  font-size: 26px;
  margin-bottom: 26px;
  display: inline-block;
  margin-bottom: 46px;
}
.book-now .sub-heading {
  display: block;
  color: #738ea5;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 10px;
}

.contact__form .full {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.contact__form .full input {
  padding-left: 56px;
  height: 48px;
  border-radius: 15px;
}
.contact__form ul .button-type {
  padding: 0;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  background: #ffde6a;
  transition: all 0.5s ease;
}
.contact__form ul .button-type:hover {
  background: #3c3ddc;
  transition: all 0.5s ease;
  color: #fff !important;
}
.full i {
  position: absolute;
  left: 17px;
  font-size: 13px;
  border-right: 1px solid #9f8484;
  padding-right: 13px;
  top: 16px;
}

.round-shapes {
  bottom: -46px;
  left: -151px;
  position: absolute;
  width: 200px;
  height: 200px;
  background: #603814;
  border-radius: 50%;
  border: 9px solid #fff;
}
.banner-inner .dummy {
  position: absolute;
  left: 0;
  top: 0px;
  transition: all 5s ease;
  color: #f1a209;
  z-index: 1;
  display: block;
  animation: loki 5s infinite linear;
  font-weight: 600 !important;
}
@keyframes loki {
  0% {
    clip-path: inset(-1px 100% -1px 0);
  }
  50% {
    clip-path: inset(-1px 0 -1px 0);
  }
  100% {
    clip-path: inset(-1px 100% -1px 0);
  }
}

.form-tit {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
}
.form-tit img {
  transform: scale(0.5);
  background: #fff;
  position: absolute;
  bottom: -36px;
  padding: 0 17px;
}
.form-tit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  background: #809bb1;
  bottom: -8px;
}

/*-------------------------------------------------*/
/* about us
/*-------------------------------------------------*/
.about-us {
  padding: 66px 0 0 0;
}

.about-inner p {
  margin-top: 20px;
  margin-bottom: 0;
}
.about-inner h4 {
  font-weight: 400;
  font-size: 15px;
  color: #595555;
  position: relative;
  padding-left: 44px;
  margin-bottom: 20px;
}
.about-inner i {
  background: #eaeafe;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  border-radius: 50px;
  font-size: 11px;
}
.about-inner {
  padding-right: 50px;
}
.about-inner .theme-btn {
  left: 0;
  display: inline-flex;
  margin-top: 22px;
}

.heading {
  text-transform: capitalize;
}
.heading h2 {
  margin: 0 0 32px 0;
  font-size: 31px;
  line-height: 39px;
}
.heading span {
  font-weight: 700;
  text-transform: math-auto;
  font-size: 19px;
  color: #190c01;
  /* text-shadow: 2px 0 16px #ffca1085, 0 0 10px #ffde6a63; */
  text-decoration: underline;
  background: linear-gradient(45deg, #082bff, #ff544f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}

/*-------------------------------------------------*/
/* quick enquire
/*-------------------------------------------------*/

.quick-enquiry {
  padding: 36px 0;
  background-position: left;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.quick-enquiry span {
  color: #fff;
}
.quick-enquiry h2 {
  font-size: 19px;

  text-transform: uppercase;

  font-weight: 400 !important;

  margin: 0 0 0 19px;

  color: #fff;
}

@keyframes top {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
.quick-enquiry .theme-btn {
  width: auto;
  margin: 0 auto;
  display: table;
}
.quick-enquiry .theme-btn a {
  padding: 19px 55px;
}

/*-------------------------------------------------*/
/* faq
/*-------------------------------------------------*/

.faq {
  float: left;
  width: 100%;
  position: relative;
  padding: 80px 0 0px 0;
  overflow: hidden;
  background: linear-gradient(2deg, #fdf9f200 0%, #f1ebe05c 100%);
}

.faq:before,
.faq-rhs:after,
.faq-rhs:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: url(../images/bg-icons/13.png);
  background-size: cover;
  content: "";
}

.faq-img:after {
  bottom: 76%;
}

.faq-rhs {
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
  max-width: 700px;
}

.faq-rhs:before {
  background: url(../images/shapes/mango.webp);
  width: 43px;
  height: 50px;
  left: 80%;
  bottom: -99px;
  animation: move 10s infinite linear;
  background-size: cover;
}

.faq-rhs:after {
  top: -100px;
  background: none;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 0;
  left: 28em;
  animation: full 5.8s infinite linear;
}

.faq-rhs ul {
  padding: 0;
  margin: 20px 0 0 0;
}

.faq-rhs ul li {
  margin: 9px 0 18px 0;
  padding: 14px 16px;
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 2px;
  /* border: 1px solid #999; */
  border-radius: 10px;
  float: left;
  width: 100%;
  box-shadow: 0 20px 60px rgb(10 30 81 / 11%);
}

.faq-rhs ul li:hover {
  box-shadow: 0px 8px 40px 0px rgb(0 48 31 / 10%);
  background: #fff;
  transition: all 0.3s ease;
}

.faq-rhs ul li:hover h3 {
  transition: all 0.6s ease;
  color: #ff5722;
}

.faq-rhs ul li h3 {
  font-size: 15px;
  cursor: pointer;
  line-height: 30px;
  padding-right: 30px;
  transition: all 0.5s ease;
  position: relative;
  font-weight: 400;
  margin: 0;
}

.faq-rhs li h3:before {
  width: 2px;
  height: 20px;
  position: absolute;
  content: "";
  right: 18px;
  top: 10px;
  background: #3f51b5;
}

.faq-rhs ul li h3:after {
  position: absolute;
  content: "";
  right: 9px;
  top: 18px;
  background: #3f51b5;
  width: 20px;
  height: 2px;
}

.faq-rhs ul li h3.act:before {
  display: none;
}

.faq-rhs p {
  font-size: 15px;
  font-weight: 400;
  color: #777;
  display: none;
  line-height: 30px;
  padding-top: 5px;
}

.faq-rhs ul li:last-child {
  /* border: none; */
  margin-bottom: 0;
  /* border-left: 3px solid #00bcd4; */
}

.faq-img {
  float: left;
  width: 100%;
  padding-right: 30px;
}

.faq-img img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  filter: brightness(0.8);
}

.faq-img::after {
  background: url(../images/shapes/badge.png);
  width: 87px;
  height: 92px;
  left: auto;
  top: auto;
  bottom: -5px;
  right: 13px;
  background-size: cover;
  background-color: #fff;
  border-radius: 50%;
  animation: rotateIt 7s linear infinite;
}
@keyframes rotateIt {
  100% {
    transform: rotate(-360deg);
  }
}
/*-------------------------------------------------*/
/* amenites
/*-------------------------------------------------*/
.amenites {
  padding-bottom: 100px;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
}
.amenites .container {
  position: relative;
}
.amenites ul {
  margin: 15px 0 0 0;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.leaf1,
.leaf2 {
  position: absolute;
  content: "";
  background: url(../images/shapes/leaf1.png);
  background-size: cover;
  width: 76px;
  height: 49%;
  transform: scalex(1);
  z-index: -1;
  left: 29px;
  top: 150px;
}
.leaf2 {
  left: auto;
  right: 30px;
  transform: scalex(-1);
}
.amenites li {
  display: inline-block;

  padding: 0 15px;
}
.amenites-inner {
  padding: 26px 24px 28px 24px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ded8d8;
  text-align: center;
}
.amenites-inner-img {
  position: relative;
  z-index: 1;
  margin: 0 0 15px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f3f5ff;
}
.amenites-inner-img img {
  transform: scale(1.1);
}
.amenites-inner span {
  text-transform: uppercase;
  font-size: 11px;
}
.amenites h4 {
  margin: 12px 0 13px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25px;
}

.amenites button {
  display: none !important;
}

/*-------------------------------------------------*/
/* count town
/*-------------------------------------------------*/

.number {
  padding: revert;
}
.number i {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffde6a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.number span {
  font-size: 33px;
  letter-spacing: -1px;
  font-weight: 600;
}
.number span,
.number p,
.number span,
.number h3 {
  margin-left: 63px !important;
}
.number h3 {
  font-size: 18px;
  margin: 12px 0 12px 0;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.counting-items .row {
  background: linear-gradient(180deg, #f8f6e8 0%, #f8f6e6 100%);
  padding: 25px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #f4dd25;
}

/*-------------------------------------------------*/
/* Testimonial
/*-------------------------------------------------*/

.testimonial {
  float: left;
  padding: 40px 0 30px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  margin-top: 50px;
  border-radius: 50px;
}

.testimonial .comm-heading {
  margin-bottom: 0;
}

.testimonial1 {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 0;
}

.testimonial1 ul {
  padding: 0;
  margin: 0;
}

.testimonial1 li {
  float: left;
  margin: 0 10px;
}

.testimonial1-main {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.star i {
  color: #ffd807;
  margin: 8px 0 0 0;
  display: inline-block;
  font-size: 20px;
}

.testimonial-img p {
  font-size: 15px;
  padding: 16px 0 10px 0;
  line-height: 28px;
  margin: 0;
  color: #fff;
}

.clint-img {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-top: -67px;
}

.clint-img h4 {
  font-size: 18px;
  margin: 0;
  padding: 14px 0 0 0;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.clint-img span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 4px;
  color: #fff;
}

.testimonial-img {
  float: left;
  width: 100%;
  padding: 44px 30px 30px 30px;
  margin: 0 8px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.testimonial1 button {
  opacity: 0;
}

/*-------------------------------------------------*/
/* contact us
/*-------------------------------------------------*/
.contact-us {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
.heading p {
  margin: 15px 0 16px 0;
}

.contact-us-det li {
  margin-bottom: 16px;
}
.contact-us-det i {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50px;
  background: aliceblue;
  line-height: 56px;
  font-size: 23px;
}
.contact-us-det span {
  text-transform: capitalize;
  padding-left: 10px;
}

.contact-us .col-lg-6 {
  padding-right: 40px;
}
.contact-us .book-now1::before {
  position: absolute;
  content: "";
  background: url(../images/shapes/leaf.png);
  right: -172px;
  top: -131px;
  background-size: cover;
  width: 389px;
  height: 670px;
  z-index: -1;
}

/*-------------------------------------------------*/
/*  FOOTER
/*-------------------------------------------------*/
.footer {
  float: left;
  width: 100%;
  padding: 80px 0 80px 0;
  overflow: hidden;
  position: relative;
  background: #000;
}

.footer-1 {
  float: left;
  width: 100%;
  text-transform: capitalize;
  position: relative;
}

.footer-1:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 103px;
  height: 125px;
  right: 0;
  background: url(../images/icons/43.png);
}

.log-det {
  float: left;
}

.log-det img {
  width: 140px;
  object-fit: cover;
  float: left;

  height: 100px;
  object-fit: cover;
}

.log-det p {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  float: left;
  margin: 25px 0 25px 0;
  color: var(--color);
}

.foo-deati {
  float: left;
}

.foo-deati h2 {
  font-size: 16px;
  font-weight: 500 !important;
  margin-bottom: 20px;
  color: #fff;
}

.foo-deati a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 0 0 15px 0;
  position: relative;
  background: none;
  transition: all 0.4s ease;
  color: var(--color);
}
.foo-deati a::after {
  position: absolute;
  content: "";
  background: url(../images/shapes/arrow.webp);
  left: -4px;
  top: 6px;
  background-size: cover;
  width: 10px;
  height: 10px;
  filter: invert(1);
}

.foo-deati a:hover {
  font-weight: 500;
  padding-left: 20px;
  transition: all 0.4s ease;
  color: #ffde6a;
  padding-left: 26px;
  text-decoration: none;
}

.foo-deati a:before {
  position: absolute;
  content: "";
  left: -1px;
  top: 10px;
  transition: all 0.4s ease;
}

.foo-deati a:hover:before {
  left: 10px;
  transition: all 0.4s ease;
  width: 11px;
  background: #ffde6a;
  height: 1px;
}

.add-deati {
  float: left;
}

.follow-us {
  position: absolute;
  right: 35px;
  bottom: 65px;
}

.follow-us ul {
  margin: 0 auto;
  display: table;
}

.follow-us li {
  margin: 2px 0 2px 9px;
  transform: scale(0);
  transition: all 0.4s ease;
}

.follow-us li.act {
  transition: all 0.4s ease;
  transform: scale(1);
}

.follow-us a {
  display: inline-block;
  background: none;
}

.footer-follow {
  display: flex;

  justify-content: center;
  padding-left: 12px;
  position: relative;
  top: 4px;
  display: -ms-flexbox;
}

.footer-follow li {
  float: left;
  width: auto;
  padding: 0 7px;
}

.footer-follow i {
  float: left;
  font-size: 13px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  color: var(--color);
}

.footer-follow i:hover {
  background: #ffde6a;
  transition: all 0.4s ease;
  color: #fff;
  border: 1px solid #3c3ddc;
  color: #000;
}

/*-------------------------------------------------*/
/*  COPY RIGHT
/*-------------------------------------------------*/

.cpy-right-top {
  width: 100%;
  float: left;
  background: #000;
}

.cpy-right {
  float: left;
  width: 100%;
  border-top: 1px solid #494a56;
  padding: 40px 0 20px 0;
}

.cpy-right h3 {
  font-size: 14px;
  font-weight: 400 !important;
  color: var(--color);
}

.cpy-right .c-arrow {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}

.cpy-right a {
  margin: 0 2px;
  text-decoration: none;
  font-size: 13px;
  background: none;
  color: var(--primary);
  font-weight: 300;
  color: var(--color) !important;
}

.cpy-right ul li:last-child {
  width: 20%;
}

.privacy {
  float: right;
}

.privacy a {
  text-decoration: none;
  font-size: 13px;
  margin-right: 10px;
}

.cpy {
  float: left;
  padding: 0 6px;
}

.side-bar .footer-follow i {
  background: #f7c35f;
  color: #000;
}

.side-bar .footer-follow {
  padding-left: 0;
  display: block;
}

.shapes-main {
  top: 0;
  left: 0;
  right: 0;
}
.shapes-main img {
  width: 125px;
  height: 299px;
  transform: scale(-1);
  position: absolute;
  left: -51px;
  display: inline-block;
  z-index: 0;
}

.shapes-main .img1 {
  animation: spinAround 20s infinite linear alternate;
}

@keyframes spinAround {
  0% {
    top: 0;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 0;
  }
}

.shapes-main .img2 {
  left: auto;
  top: auto;
  bottom: 0;
  right: -53px;
  transform: scale(1);
  animation: spinAround1 20s infinite linear alternate;
}

@keyframes spinAround1 {
  0% {
    top: 0;
  }
  50% {
    top: 24%;
  }
  100% {
    top: 0;
  }
}

.round-shapes1 .round-1 {
  position: absolute;
  left: 30%;
  top: 100px;
  background: url(../images/shapes/mango.webp);
  animation: animationFramesThree 11s infinite linear alternate;
  background-size: cover;
  width: 50px;
  height: 50px;
}
@keyframes animationFramesThree {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(100px, -100px) rotate(360deg);
  }
  40% {
    transform: translate(-60px, 100px) rotate(0);
  }
  60% {
    transform: translate(40px, 60px) rotate(-360deg);
  }
  80% {
    transform: translate(-40px, 60px) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/*-------------------------------------------------*/
/* thank you
/*-------------------------------------------------*/

.thank-you-nav .menu a {
  color: #000;
}
.thank-you {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.thank-you-inner h4 {
  font-size: 50px;
  margin-bottom: 20px;
}

.amenites-inner-img::before {
  height: 1px;
  bottom: -20px;
  position: absolute;
  content: "";
  width: 30px;
  background: linear-gradient(45deg, #8b1fb700, #000000, #654fff05);
  left: 34%;
  bottom: 0;
}

/*-------------------------------------------------*/
/* servives
/*-------------------------------------------------*/

.ser-inner {
  position: relative;
  padding: 10px 30px 10px 20px;
  border-left: 1px solid;
  border-radius: 10px;
  margin-bottom: 28px;
}
.ser-inner h3 {
  font-size: 18px;
}

.ser-img1 {
  margin: 0 auto;
}
.ser-img1 img {
  position: relative;
  width: 100%;
  transform: scale(1.1) translateY(-20px);
  animation: spinAround1 10s infinite linear alternate;
}

.our-services .container {
  max-width: 1250px;
}
.ser-inner1 img {
  right: auto;
  left: -60px;
}
.ser-inner2 {
  padding-left: 12px;
}
.ser-inner1 {
  padding-right: 25px;
}

.amenites-inner p {
  font-size: 14px;
  line-height: 23px;
}
.amenites-inner i {
  position: absolute;
  top: 2px;
  right: 28px;
  font-size: 40px;
  margin-bottom: 0;
  -webkit-text-stroke: 1px #00000036;
  color: transparent;
  transition: 0.4s;
}
.quick-enquiry .container {
  background: #e1e1f3;
  border-radius: 10px;
  padding: 0;
  max-width: 1000px;
}
.quick-enquiry .button-side {
  background: #000;
  padding: 3px 10px;
  border-left: 2px dashed #ffde6a;
  border-radius: 0px 10px 10px 0px;
}
.quick-enquiry i {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  margin-left: 30px;
  border: 2px dashed #ffde6a;
}
.quick-enquiry .left {
  /* border: 2px dashed #050400; */
  background: #000000;
  border-radius: 10px 0px 0px 10px;
}

.shapes3 .sh1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0.7) translateX(-313px);
}

/*-------------------------------------------------*/
/* ANIMATION CSS
/*-------------------------------------------------*/

.anim_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.anim_line span {
  position: absolute;
  z-index: 99999;
  top: -275px;
  animation: star_down_one 6s infinite linear;
  opacity: 0;
}

.anim_line.dark_bg {
  max-width: 100%;
  transform: translateX(62px);
}

.anim_line.dark_bg span {
  transform: rotate(180deg) scaley(-1);
}

.anim_line span:first-child {
  left: -17%;
  animation-delay: 3s;
}

.anim_line span:nth-child(2) {
  left: 0%;
  animation-delay: 5s;
}

.anim_line span:nth-child(3) {
  left: 17%;
  animation-delay: 1s;
}

.anim_line span:nth-child(4) {
  left: 34%;
  animation-delay: 4s;
}

.anim_line span:nth-child(5) {
  left: 51%;
  animation-delay: 7s;
}

.anim_line span:nth-child(6) {
  left: 68%;
}

.anim_line span:nth-child(7) {
  left: 85%;
  animation-delay: 3s;
}

.anim_line span:nth-child(8) {
  left: 99%;
  animation-delay: 2s;
}

.anim_line span:nth-child(9) {
  left: 117%;
  animation-delay: 5s;
}

.anim_line img {
  width: 30px;
}
@keyframes star_down_one {
  0% {
    opacity: 0;
    top: -250px;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

/*-------------------------------------------------*/
/* 22. CONTACT US
/*-------------------------------------------------*/

.contact-info {
  float: left;
  width: 100%;
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.contact-info-lhs {
  text-transform: capitalize;
}

.contact-info-lhs h2,
.contact-info-rhs h3 {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -1.5px;
  margin: 0 0 15px 0;
  position: relative;
  text-transform: initial;
  display: inline-block;
  position: relative;
}

.contact-info-lhs h2:before {
  bottom: -6px;
  transform: rotate(2deg);
}

.contact-info-rhs h3:before {
  bottom: -5px;
  transform: rotate(2deg);
}

.contact-banner a:hover {
  color: #055dfd;
  transition: all 0.4s ease;
}

.contact-info-lhs p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 22px 0;
}

.contact-info-lhs ul {
  padding: 0;
  margin: 0;
}

.contact-info-lhs li {
  float: left;
  margin: 15px 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.contact-info-lhs i {
  float: left;
  background: #fedfd7;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  color: #f75023;
  font-size: 22px;
  line-height: 40px;
}

.contact-info-lhs ul li:nth-child(2) i {
  font-size: 30px;
}

.contact-info-lhs span {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.contact-us .footer-follow i {
  background: none !important;
  color: #000 !important;
  font-size: 14px !important;
  border: 1px solid;
  width: 30px;
  height: 30px;
}
.contact-us .footer-follow {
  float: left;
  padding-left: 0;
}
.testimonial .heading span {
  -webkit-text-fill-color: #fff;
}
.testimonial .heading h2 {
  color: #fff;
  margin-bottom: 30px;
}
.testimonial-img::before {
  position: absolute;
  content: "";
  left: -0.75%;
  top: -0.75%;
  width: 101%;
  height: 101%;
  background: linear-gradient(45deg, #614ce1 13.72%, #8dffa6 100%);
  z-index: -2;
  border-radius: 15px;
}
.clint-img img {
  border-radius: 50px;
}

/*-------------------------------------------------*/
/* blog 
/*-------------------------------------------------*/

.b-img5 {
  margin-bottom: 29px;
  overflow: hidden;
}
.b-img:hover img {
  transform: scale(1.2) rotate(5deg);
  transition: all 0.4s ease;
  z-index: 2;
}
.b-img5 img {
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
  filter: grayscale(0.4);
  border: 1px solid #000;
  border-radius: 0;
}

.blog-text .date {
  font-weight: 400 !important;
  font-size: 13px;
  text-transform: capitalize;
  color: #655e5e;
}
.blog-text h2 {
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.5px;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.blog-text a {
  font-weight: 600;
  text-decoration: underline;
  color: #6e941d;
  text-decoration: none;
}
.blog-page {
  padding: 80px 0 20px;
}
.blog-page .row {
  padding: 40px;
}

.blog-page .border {
  border: 1px solid #000 !important;
  margin-top: 35px;
}
.blog-page .border-right {
  border-right: 1px solid #000 !important;
  padding-right: 30px;
  padding-left: 30px;
}
.blog-page .container {
  max-width: 1200px;
}
.blog-page .border-left {
  padding-left: 30px;
}
.product-badge {
  position: absolute;
  background: #f7c35f;
  text-align: center;
  padding: 24px;
  display: inline-block;
  top: 22px;
  margin-bottom: 0;
  left: -52px;
  z-index: 0;
  border-radius: 10px;
}
.product-badge span {
  font-size: 23px;
  line-height: 25px;
}

/*-------------------------------------------------*/
/* about us single 
/*-------------------------------------------------*/
.commen-banner {
  padding: 200px 0 160px 0;
  text-align: center;
  position: relative;
}
.commen-banner::before,
.commen-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.commen-banner::after {
  background: url(../images/background/leaf.webp);
  background-size: cover;
  top: auto;
  height: 53px;
  transform: scaley(-1);
  bottom: -52px;
  opacity: 1;
}
.breadcrumbs {
  text-transform: math-auto;
}

.breadcrumbs h2 {
  font-weight: 600;
  color: #fff;
}
.breadcrumbs a {
  color: #fff !important;
  font-weight: 500;
  margin-right: 16px;
}
.breadcrumbs span {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.about-single .about-inner {
  padding-left: 50px;
}

.box1 {
  background: #fdd61f;
  margin-bottom: 10px;
  height: 160px;
  padding: 20px;
}
.box2 {
  background: #0c7735;
}
.box1 span {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 25px;
}
.box1 h3 {
  font-size: 15px;
  margin: 15px 0 15px 0;
  font-weight: 400 !important;
}

/*-------------------------------------------------*/
/* why choose abouts us
/*-------------------------------------------------*/
.why-about {
  margin-top: -5px;
  margin-bottom: 70px;
  overflow: hidden;
}
.why-about1 h3 {
  font-weight: 500 !important;
  font-size: 19px;
  color: #fff;
}
.why-about1 p {
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.why-about1 i {
  position: absolute;
  left: -17px;
  width: 30px;
  height: 30px;
  background: #49a760;
  border-radius: 50px;
  color: #fff;
  top: -4px;
  font-size: 12px;
}

.why-about .number h3 {
  border: 0;
  margin-top: -10px !important;
}

.why-about::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: #1f4e3d;
}
.why-about .number h3,
.why-about .number span {
  margin-left: 17px !important;
  margin-top: 0;
  margin-bottom: 0;
}
.why-about .number span {
  font-size: 54px;
  color: #f7c35f;
  letter-spacing: -2px;
}
.why-about1 li {
  padding: 0 30px 17px 30px;
}

/*-------------------------------------------------*/
/* gallerys
/*-------------------------------------------------*/

.gallerys {
  padding-top: 80px;
}
.tp-case-thumb {
  margin: 20px 0 30px 0;
  position: relative;
}
.tp-case-thumb img {
  border-radius: 10px;
  width: 100%;
  transition: 0.7s;
  object-fit: cover;
}
.tp-case-thumb::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2deg, #00000063, transparent);
}
.overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-style: italic;
}
.overlay p {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.overlay h4 {
  color: #fff;
  margin: 0;
}
.about-single1 .abt-img2 {
  left: 0;
  top: 0;
  padding: 0;
  bottom: 0;
  height: 100%;
}
.about-single1 .m-left {
  margin-left: 55%;
  padding: 22px 15px 30px 15px;
}
.about-single1 {
  background: #1f4e3d;
  transform: translate(0px, -4px);
  overflow: hidden;
}
.about-single1 p,
.points h4 {
  color: #fff;
}
.about-single1 h2 {
  color: #fff;
}

.menu ul li .sub-menu.act {
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(40px);
}
.menu ul li .sub-menu {
  position: absolute;
  background: #fff;
  padding: 10px 30px 10px 23px;
  width: 230px;
  box-shadow: 0 9px 18px -6px #0a0a0a2b;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: translateY(30px);
  border-radius: 15px;
  z-index: 99;
  border-top: 4px solid #fecc09;
}

.menu ul li .sub-menu ul {
  padding: 0;
  margin: 0;
  box-shadow: none;
  display: block;
}

.menu ul li .sub-menu .sub-btn3 {
  font-size: 12px;
  position: relative;
  transition: 0.4s ease;
  border-bottom: 1px solid #f6f3f3;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 3px;
}

.menu ul li .sub-menu i {
  display: none;
}
.menu ul li .sub-menu ul li:first-child {
  display: block;
}

.menu ul li .sub-menu li {
  padding-left: 0;
}

.points {
  margin-top: 20px;
  margin-left: 10px;
}

.points i {
  left: 9px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.points h4 {
  padding-left: 18px;
  font-weight: 400 !important;
}

.j-v-s-text h2 {
  font-size: 25px;
  text-decoration: underline;
  color: #ffad0f;
  display: inline-block;
  font-weight: 600;
  line-height: 35px;
}

.j-v-s-text p {
  border-radius: 5px;
  border-left: 1px solid #a3aa93;
  padding-left: 10px;
  margin: 15px 0 15px 0;
}
.abt-img2 img {
  height: 100%;
  object-fit: cover;
}
.full-withd .abt-img2 {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.ser-inner p {
  line-height: 21px;
}

/*-------------------------------------------------*/
/* oru vision & missio
/*-------------------------------------------------*/
.mission-content {
  background: rgb(255, 254, 231);
  border-radius: 10px;
  padding: 35px;
}
.mission-content ul {
  margin: 25px 0 0 0;
}
.mission-content li {
  display: flex;
  text-transform: capitalize;
  border-bottom: 1px solid #d5cece;
  padding-top: 14px;
  align-items: center;
}

.mission-content p {
  line-height: 23px;
  padding: 0 0 0 19px;
  font-size: 14px;
}

.number-count-amin {
  padding-top: 30px;
}
.number-count {
  border-bottom: 1px solid #e5e3e3;
  padding-bottom: 16px;
}
.number-count i {
  font-size: 46px;
  font-weight: 700;
}
.number-count span {
  text-transform: capitalize;
}
.mission-content ul li:last-child {
  border: 0;
}
.number-count-amin::before {
  position: absolute;
  left: 0;
  content: "";
}
.mission-content::before {
  position: absolute;
  content: "";
  top: -46px;
  left: -31px;
  width: 100px;
  height: 100px;
  background: #fecc09;
  animation: animationFramesThree 11s infinite linear alternate;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

@keyframes animationFramesThree {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(100px, -100px) rotate(360deg);
  }
  40% {
    transform: translate(-60px, 100px) rotate(0);
  }
  60% {
    transform: translate(40px, 60px) rotate(-360deg);
  }
  80% {
    transform: translate(-40px, 60px) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
.miss-vission {
  padding-top: 100px;
  padding-bottom: 20px;
}
.post-content-1{}
.post-content-1 .post_meta{
    background: #f7c35f;
    font-size: 13px;
}
.post-content-1 h1{
    font-size: 30px;
    padding: 10px 0;
    margin: 0;
}
.post-content-1 img{}

/*-------------------------------------------------*/
/* blog  details
/*-------------------------------------------------*/
.blog-left {
  margin-top: 40px;
}
.blog-left .inner-heading {
  font-size: 18px;
  /* text-decoration: underline; */
}

.wp-block-quote {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 30px;
  margin: 20px 0 20px 0;
  display: inline-block;
}

.wp-block-quote span {
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 47px;
}
.wp-block-quote span::before {
  position: absolute;
  content: "";
  left: 0;
  width: 30px;
  height: 2px;
  background: #ffcd09;
  top: 9px;
}
.blog-left-img {
  margin: 35px 0 35px 0;
  padding: \;
}
.blog-left-img img {
  object-fit: cover;
  /* height: 284px; */
  width: 100%;
}

.popu-news {
  float: left;
  width: 100%;
  margin-top: 45px;
  position: sticky;
  top: 0;
  padding: 35px;
  background: #f6f6f6;
}
.popu-news ul {
  margin: 0;
  padding: 0;
}
.popu-news li {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #e5d5d5;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  position: relative;
}

.popu-news img {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  object-fit: cover;
}

.blg-post-content {
  padding: 0 0 0 22px;
}

.blg-post-content a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  float: left;
  background: none;
  font-weight: 500;
  padding-bottom: 7px;
  width: 100%;
}

.blg-post-content h3 {
  font-size: 15px;
  line-height: 22px;
  transition: all 0.5s ease;
  font-weight: 600;
  color: #000;
  display: block;
}

.blg-post-content span {
  margin-left: 0;
  font-size: 12px;
  color: #000;
}

.blg-post-content i {
  margin-right: 10px;
}
.j-v-s-text {
  padding-top: 50px;
}
.blog-det .comments::before {
  background: none;
}
.blog-det .blog-left {
  padding-right: 50px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  padding: 40px;
}

/*-------------------------------------------------*/
/* ANIMATION CSS
/*-------------------------------------------------*/

.anim_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.anim_line span {
  position: absolute;
  z-index: 99999;
  top: -275px;
  animation: star_down_one 6s infinite linear;
  opacity: 0;
}

.anim_line.dark_bg {
 max-width: 100%;
}

.anim_line.dark_bg span {
  transform: rotate(180deg);
}

.anim_line span:first-child {
  left: -17%;
  animation-delay: 3s;
}

.anim_line span:nth-child(2) {
  left: 0%;
  animation-delay: 5s;
}

.anim_line span:nth-child(3) {
  left: 17%;
  animation-delay: 1s;
}

.anim_line span:nth-child(4) {
  left: 34%;
  animation-delay: 4s;
}

.anim_line span:nth-child(5) {
  left: 51%;
  animation-delay: 7s;
}

.anim_line span:nth-child(6) {
  left: 68%;
}

.anim_line span:nth-child(7) {
  left: 85%;
  animation-delay: 3s;
}

.anim_line span:nth-child(8) {
  left: 99%;
  animation-delay: 2s;
}

.anim_line span:nth-child(9) {
  left: 117%;
  animation-delay: 5s;
}



@keyframes star_down_one {
  0% {
    opacity: 0;
    top: -250px;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

/*-------------------------------------------------*/
/* We Provide
/*-------------------------------------------------*/
.we-provided{
  background: #f8f7f0;
  padding-top: 80px;
  padding-bottom: 8px;
}
.ser-box{
  text-align: center;
  margin: 0 auto;
  display: table;
  background: #fff;
  padding: 20px 32px;
  border-radius: 10px;
  box-shadow: 0 4px 24px -6px rgba(19,16,34,.1);
  z-index: 1;
  position: relative;
  bottom: 50px;
}
.ser-box span{
  color: #9a967d;
}
.ser-box h2{
  font-size: 16px;
  margin: 5px 0 0 0;
}
.ser-img{
  text-align: center;
  margin-top: -34px;
}
.ser-img img{
  border-radius: 10px;
}
.ser-img i{
  width: 50px;
  height: 50px;
  background: #fdf4b4;
  border-radius: 50px;
  line-height: 47px;
  display: inline-block;
  position: relative;
  top: -22px;
  border-bottom: 2px solid #000;
}

/* client video section */

.projects{
  padding-top: 50px;
}

.pr-inner{
  margin-top: 26px;
  text-align: center;
  width: 100%;
}
.pr-inner ul{/* display: flex; */overflow: hidden;}
.pr-inner li{
  float: left;
  padding: 0 15px;
}
.cover-img{
  width: 100%;
  float: left;
}

.cover-img img{
height: 480px;
}

.pr-img img{border-radius: 10px;}

.wh-videos .vi1{
  height: 500px;
  width: 90%;
  object-fit: fill;
  border-radius: 20px;
  border: 10px solid #e4eafb;
}
.wh-videos .vi1 source{
  height: auto;
  display: block;
  object-fit: fill;
}

.para-content{
  padding-top: 50px;
}