@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bebas-Regular";
  src: url(../fonts/Bebas-Regular.ttf);
}

@font-face {
  font-family: "Oswald-Medium";
  src: url(../fonts/Oswald-Medium.ttf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}
.btn10 {
  border: 1px solid transparent !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1eabeb !important;
  z-index: 10;
  display: inline-block;
  color: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 23px;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-radius: 40px;
}
.btn10:hover {
  border: 1px solid transparent !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #59198a;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  /* border-color: #a30000 !important; */
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Bebas-Regular", Sans-Serif;
  font-size: 86px;
  line-height: 90px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

h2 {
  font-family: "Poppins", Sans-Serif;
  font-size: 33px;
  line-height: 40px;
  color: #23055c;
  font-weight: 500;
  margin: 0 0 10px;
}

h3 {
  font-family: "Bebas-Regular", Sans-Serif;
  font-size: 97px;
  line-height: 110px;
  color: #0f0f0f;
  font-weight: 500;
  margin: 0 0 10px;
}

h4 {
  font-family: "Bebas-Regular", Sans-Serif;
  font-size: 57px;
  line-height: 60px;
  color: #0a95d7;
  font-weight: 500;
  margin: 0 0 10px;
}

h5 {
  font-family: "Bebas-Regular", Sans-Serif;
  font-size: 77px;
  line-height: 80px;
  color: #0f0f0f;
  font-weight: 500;
  margin: 0 0 10px;
}

h6 {
  font-family: "Oswald-Medium", Sans-Serif;
  font-size: 17px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  margin: 0 0 10px;
}

p {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 25px;
  font-family: "Poppins", serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0 0 10px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */
header {
  padding: 25px 0;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #23055c;
  padding: 8px 14px;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #0dcaf0;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*header css start */

/*banner css start */

.banner_text {
  text-align: center;
  margin: 0 auto;
  width: 75%;
}
.banner_text h1 {
  font-size: 71px;
  line-height: 83px;
}

.main-banner-img {
  width: 100%;
  object-fit: cover;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

/* search box css */
body.search-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 50px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font: 18px;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.close:hover {
  background: #e21d1a;
  color: white;
  opacity: 1 !important;
  top: 2rem;
  right: 2rem;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000b0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  color: #ffffff;
  width: 171px;
  height: 55px;
  background: #000000;
  font-family: "Poppins";
  font-size: 22px;
  cursor: pointer;
  border: 0;
}

.top-cart ul li i {
  margin-right: 13px;
  font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
  width: 171px;
  height: 55px;
  font-size: 20px;
  color: white;
  background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
  display: inline-block;
}

.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 55px;
  width: 80%;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #e21d1a;
  transition: border 0.3s;
  border-radius: 0;
}

.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #55cd6c;
  box-shadow: none;
}

.search-box.search-elem label.placeholder {
  position: absolute;
  top: 13px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins";
  color: #999;
  transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 17px;
  font-family: "Poppins";
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  color: white;
}

/* .search-btn:hover {
  color: #00A896;
} */

/* end search box css */

.cont-cal {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: center;
}
ul.call {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 15px;
}
ul.call img {
  animation: tada 1.5s ease infinite;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

ul.call li a {
  color: #fff;
  font-size: 23px;
  font-family: "Poppins";
}
.head-logo {
  text-align: center;
}

.headbk {
  background: #ffffff;
  border-radius: 56px;
  padding: 10px;
}

.head-btn a.btn10 {
  width: 50%;
  /*  background: #59198a !important;*/
}
.head-btn {
  justify-content: end;
  display: flex;
}

.banner_text p {
  color: #fff;
}

.cont-cal a.btn10 {
  width: 37%;
}

.ban-btm-txt h2 {
  font-style: italic;
  line-height: 39px;
  font-weight: 400;
  width: 82%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.ban-btm-txt {
  text-align: center;
}

span.txt-name {
  font-size: 33px;
  color: #23055c;
  /* font-weight: 600; */
  font-style: italic;
}

.banner-bottom {
  /* border: solid; */
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  background: #fff;
  margin-top: -6%;
  z-index: 1;
  position: relative;
}

.miss-img img {
  border-radius: 47%;
}

.miss-txt::before {
  position: absolute;
  content: "";
  border: solid 1px #00000052;
  height: 63px;
  width: 115%;
  left: -104px;
  z-index: -1;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.miss-txt {
  position: relative;
}

.icon-bk img {
  background: #ed1b78;
  padding: 15px;
  border-radius: 76px;
  height: 88px;
  width: 86px;
}

.motv-spk-box {
  /* padding: 60px 20px 59px; */
  padding: 30px 20px 30px;
  box-shadow: 0 0 10px 1px #946363;
  background: #fff;
  margin-bottom: 4%;
  height: 420px;
}

.motv-spk-box h2 {
  font-family: "Bebas-Regular";
  color: #59198a;
  margin: 20px 0 7px;
}

.motv-spk-box a {
  font-size: 18px;
  font-family: "Bebas-Regular";
  color: #23055c;
}

.motv-spk-box p {
  /* font-size: 16px; */
  font-size: 15px;
  line-height: 24px;
}

.life-head {
  text-align: center;
}

/*.evet-det {
    position: absolute;
    background: #30abe5;
    display: block;
    top: 0;
    width: 53%;
    padding: 44px;
}*/
.even-img {
  position: relative;
}

.even-img img {
  width: 100%;
}

span.date {
  display: block;
  color: #fff;
  line-height: 32px;
}
span.blog-cnt {
  font-size: 29px;
  color: #fff;
  font-family: "Poppins";
}
.even-img p {
  font-size: 17px;
  color: #fff;
  line-height: 23px;
  margin: 10px 0;
}
.evet-det {
  position: absolute;
  background: #30abe5;
  display: block;
  top: 0;
  width: 53%;
  padding: 60px 45px 60px;
}

.evndet p {
  font-size: 27px;
  color: #000;
  line-height: 29px;
}

.bk-evet {
  background: #f4f4f4;
  padding: 28px;
}

.evndet a {
  font-size: 17px;
  font-family: "Poppins";
  color: #36013f;
}

.evndet {
  border-bottom: solid 1px #00000045;
  padding: 16px 1px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #36013f;
  background-color: #f4f4f4;
  font-size: 27px;
  font-family: "Poppins";
  border: none;
}
/*.nav-link {
    display: block;
    padding: 10px 25px;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}*/
.nav-link {
  display: block;
  padding: 10px 25px;
  color: #00000078;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-size: 27px;
  font-family: "Poppins";
}

.nav-pills .nav-link {
  border-radius: 0;
  border: solid 0.5px #0000003d;
}

.evndet1 p {
  font-size: 27px;
  color: #000;
  line-height: 29px;
}

.evndet1 a {
  font-size: 17px;
  font-family: "Poppins";
  color: #36013f;
}

.evndet1 {
  /* border-bottom: solid 1px #00000045;*/
  padding: 16px 1px;
}

.counter {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* border: solid; */
  /* padding: 20px; */
  /* background: #9f6755; */
  /* border-radius: 81px; */
  margin: 36px 0px;
  gap: 40px;
}
.items1 h2 {
  /* text-align: center; */
  font-size: 77px;
  color: #0a95d7;
  font-family: "Bebas-Regular";
  text-align: center;
}
.items1 h4 {
  font-size: 23px;
  /* text-align: center; */
  margin-bottom: 0;
  color: #59198a;
  font-family: "Poppins";
}

.bookbk::before {
  position: absolute;
  content: "";
  background: #1eabeb;
  height: 380px;
  width: 100%;
  top: 0;
  z-index: -1;
  left: -18px;
  border-radius: 39px;
}
.bookbk {
  position: relative;
}
.recomm-head {
  /* position: relative; */
  text-align: center;
}
.book-detail {
  padding: 28px 0;
  width: 60%;
}
.pric {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #00000029;
  padding: 10px 0px;
}

span.pr {
  font-size: 17px;
  font-family: "Oswald-Medium";
  color: #121212;
}
span.rate i {
  color: #ffc107;
}

.recomm-head h3 {
  color: #fff;
  margin: 25px 0;
}

.nav {
  gap: 7px;
}

.videohead h3 {
  text-align: center;
}

/* Testimonials Start */
.testi-head h4::before {
  display: none;
}

.testi-head h4::after {
  display: none;
}
ul.slid-header img {
  width: auto;
}

ul.slid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -60px;
  margin-bottom: 10px;
}

.slider-box p {
  font-size: 17px;
  /* font-family: 'Roboto'; */
  color: #7c7c7c;
  font-weight: 400;
}

ul.slid-footer h5 {
  /* font-family: 'Roboto'; */
  /* font-weight: 700; */
  font-size: 17px;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
}
ul.slid-footer h6 {
  font-size: 16px;
  color: #7c7c7c;
  margin-bottom: 0;
  font-family: "Poppins";
}
ul.slid-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 40px;
  border-top: solid 1px #00000045;
  padding: 20px 0;
}

ul.slid-footer li:last-child i {
  color: #f4a600;
}

ul.slid-footer li:last-child {
  margin-right: 15px;
}

.slider-box {
  box-shadow: 0 0 6px #80808054;
  padding: 15px 25px 20px 25px;
  background: #fff;
  position: relative;
}
.testi-slidr .slick-slide {
  margin: 60px 20px;
}

.testi-slidr .slick-active {
  opacity: 1;
}

.testi-slidr .slick-slide {
  opacity: 1;
}
.testi-slidr .slick-prev:before {
  content: "";
  position: absolute;
  background: url(../images/prev.png);
  height: 38px;
  width: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 18px;
  /* z-index: -1; */
}
.testi-slidr .slick-next:before {
  content: "";
  position: absolute;
  background: url(../images/next.png);
  height: 38px;
  width: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 18px;
  /* z-index: -1; */
}

.testi-head {
  margin-bottom: 100px;
}
/* Testimonials End */

/*footer*/

.footer-logo p {
  color: #fff;
  font-size: 14px;
  width: 84%;
  margin: 0 auto;
}

.footer-head h4 {
  font-size: 29px;
  text-align: center;
  color: #ffffff;
}

ul.footer-menu li a {
  font-family: "Poppins";
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
}

ul.footer-menu li {
  text-align: center;
}

.footer-logo {
  text-align: center;
}

.footsec-sociallink {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.footsec-sociallink ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}

.footsec-sociallink ul li a {
  border: solid 0.5px #fffbfb !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  font-size: 14px;
  border: solid 2px;
}

.footsec-sociallink li a:hover {
  background: #1eabeb;
  color: #fff;
}
.new-letter-input {
  text-align: center;
}

.new-letter-input input {
  width: 80%;
  margin-bottom: 20px;
  padding: 13px;
  border-radius: 40px;
  border: solid 0.5px #e5e5e5;
  text-align: center;
}

.new-letter-input input::placeholder {
  font-size: 14px;
  color: #141414;
  font-family: "Poppins";
  text-transform: uppercase;
}

.new-letter-button .footbtn.btn10 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.copy-right {
  padding: 15px 0;
  border-top: 1px solid #00000059;
  background: #ed207b;
}

.copyright-text p {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  margin: 0;
}
.footer-head::after {
  position: absolute;
  content: "";
  background: #0000001a;
  height: 289px;
  width: 1px;
  top: 0;
  right: 0;
}
.footer-head::before {
  position: absolute;
  content: "";
  background: #0000001a;
  height: 289px;
  width: 1px;
  top: 0;
  left: 0;
}

.footer-head {
  position: relative;
}

.card-pay {
  text-align: end;
}

section.footer.pt-8.pb-8 {
  background: #1eabeb;
}

.footer-logo h4 {
  font-size: 29px;
  text-align: center;
  color: #ffffff;
}

.inner-videos {
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  background: #fff;
  margin-top: -6%;
  z-index: 1;
  position: relative;
}
.events {
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  background: #fff;
  margin-top: -6%;
  z-index: 1;
  position: relative;
}
.contactus-innersec {
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  background: #fff;
  margin-top: -6%;
  z-index: 1;
  position: relative;
}

/*inner pages*/

.banner-image {
  position: relative;
  z-index: 2;
}

.title-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background: #b7040461;*/
  display: flex;
  align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
}

.banner-image img {
  width: 100%;
  /* height: 550px;
    object-fit: cover;*/
}

.inner-abt {
  /* border: solid; */
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  background: #fff;
  margin-top: -6%;
  z-index: 1;
  position: relative;
}

.inner-title {
  position: relative;
  z-index: 0;
}

.title-new h3 {
  color: #fff;
  font-size: 86px;
}

.inner-eve-head h3 {
  color: #23055c;
}

.video-detail {
  margin: 29px;
}
.video-detail h6 {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-family: "Poppins";
}
.white-bk {
  background: white;
  padding: 22px;
  /* box-shadow: 0 0 4px #80808052; */
  width: 63%;
  background: #e7e7e7;
}

/*video sect*/

.video-div {
  position: relative;
  margin-bottom: 20px;
}

.video-images1 img {
  width: 100%;
  /* margin-left: 17px;*/
}

.abs-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abs-vid i::after {
  position: absolute;
  content: "";
  /* background: #fff; */
  border: solid #fff 5px;
  padding: 28px;
  z-index: -1;
  border-radius: 37px;
  /* border: solid 2px black; */
}
.abs-vid i {
  font-size: 22px;
  color: #ffffff;
  /* border: solid; */
  border-radius: 77px;
  padding: 30px;
  width: 55px;
  height: 55px;
  /* padding-left: 27px; */
  /* padding-top: 17px; */
  /* background: linear-gradient(to right, #1862a2 10%, #073668 100%) !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #ffffff8f; */
  /* border: solid 5px #b4b4b4; */
  position: relative;
  /* box-shadow: 0 0 9px 4px gray; */
}
.video-images img {
  width: 100%;
}

/*contact us page*/

.contactus-icons {
  /* border: solid 1px #00000038; */
  margin-top: 35px;
  padding: 10px;
  /* border-radius: 0; */
  margin-bottom: 10%;
  display: flex;
  gap: 20px;
}

.contactus-icons li {
  list-style: none;
  margin-top: -6px;
}

.contactus-icons i {
  /* margin-top: 20px; */
  border: solid;
  /* padding: 12px 15px; */
  border-radius: 39px;
  font-size: 30px;
  color: #ffffff;
  /* vertical-align: middle; */
  /* margin-top: 6px; */
  margin-bottom: -90px;
  margin-left: 10px;
  height: 70px;
  width: 70px;
  text-align: center;
  padding: 12px;
  background: #59198a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location h1 {
  font-family: "Poppins";
  font-size: 29px;
  line-height: 40px;
  color: #253743;
  font-weight: 500;
  margin: 0 0 17px;
  text-transform: capitalize;
}

.contact-page input.form-control {
  padding: 15px 18px;
  border-radius: 0;
  margin-top: 33px;
  background: #f3f3f3;
}
.contact-page textarea.form-control {
  min-height: calc(1.5em + (10.75rem + 2px));
  margin-top: 33px;
  padding: 14px 14px 14px 68px;
  background: #f3f3f3;
  padding: 15px 18px;
}
.recp-btn {
  margin-top: 24px;
}
.recp-btn a.btn10.cont {
  width: 100%;
  height: 60px;
  font-size: 29px;
}
.getheadg {
  text-align: center;
}

.getheadg h2 {
  font-family: "Bebas-Regular";
  font-size: 84px;
  line-height: 90px;
  color: #26085e;
  font-weight: 500;
  margin: 0 0 10px;
}

/*Services Follower Start*/

.services-follower-one {
  position: absolute;
  top: 33%;
}

.services-follower-two {
  position: absolute;
  right: 0;
  top: 68%;
}

.services-follower-two img {
  width: 161px;
  height: 197px;
  object-fit: contain;
}

.services-follower-one img {
  width: 193px;
  height: 234px;
  object-fit: cover;
}

.services-heading span {
  font-size: 14px;
  text-transform: uppercase;
  color: #585858;
  font-weight: 600;
}

.services-heading h2 {
  margin-bottom: 0;
  margin-top: 25px;
}

.services-text h2 {
  font-size: 30px;
  color: #0d0c0c;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 600;
}

.services-text-btn {
  margin-top: 35px;
}

.services-row {
  margin-top: 120px;
  position: relative;
}

.services-row-icon {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50px;
}

.services-row-icon a img {
  width: 36px;
  height: 26px;
  object-fit: contain;
}

.services-text span {
  text-transform: uppercase;
  color: #8b4f48;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #8b4f48;
  margin-bottom: 10px;
}

.services-text p {
  margin-bottom: 25px;
  color: #878787;
}

.services-images-one img {
  /* border-top-right-radius: 270px; */
  /* border-top-left-radius: 270px; */
  /* border-bottom-right-radius: 270px; */
  /* border-bottom-left-radius: 270px; */
  width: 83%;
  /* height: 482px; */
  border: 15px solid #fff;
  object-fit: cover;
  animation: pulse-animation 2s infinite;
}

.services-images-two {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.services-images-two img {
  /* border-top-right-radius: 270px; */
  /* border-top-left-radius: 270px; */
  /* border-bottom-right-radius: 270px; */
  /* border-bottom-left-radius: 270px; */
  width: 83%;
  /* height: 482px; */
  border: 15px solid #fff;
  object-fit: cover;
  animation: pulse-animation 2s infinite;
}

/*.services-sec:after {
    content: "";
    position: absolute;
    background-image: url(../images/services-after-img.png);
    width: 160px;
    height: 199px;
    background-size: cover;
    right: 0;
    left: 20px;
    margin: 0 auto;
    bottom: -195px;
    z-index: 1;
}*/

.services-sec:before {
  content: "";
  position: absolute;
  background: #e6d8d7;
  height: 90%;
  width: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
}

.services-row-icon a {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #30abe5;
  }

  100% {
    box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
  }
}

.services-images-box {
  text-align: end;
  position: relative;
}

.services-text {
  padding-right: 40px;
}
/*
.services-images-two img {
    width: 185px;
    height: 283px;
    object-fit: cover;
    border-top-right-radius: 250px;
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    animation: pulse-animation 2s infinite;
}

.services-images-two {
    position: absolute;
    right: 255px;
    bottom: 0;
    z-index: -1;
}*/

.services-sec {
  padding-bottom: 70px;
  position: relative;
}

.services-text.chg {
  text-align: end;
  padding-right: 0px;
  padding-left: 60px;
}

.services-images-box.chg {
  text-align: left;
}

.services-images-box.chg .services-images-two {
  right: 195px;
}

/*Services Follower End*/

.bk-tx h3 {
  font-size: 60px;
  line-height: 70px;
}

.cnt-img img {
  width: 100%;
}

/*Responsive*/

/* Version 2 css start  */
.contactus-icons li a {
  color: #666;
}

.contactus-icons li a:hover {
  color: #59198a;
  text-decoration: underline;
}

/* Version 2 css End */

@media only screen and (min-width: 1366px) and (max-width: 1465px) {
  .menuSec ul li a {
    padding: 8px 12px;
  }
  .banner_text h1 {
    font-size: 72px;
  }

  .even-img img {
    height: 550px;
    object-fit: cover;
  }

  .missihead h5 {
    font-size: 65px;
    line-height: 73px;
  }

  .book-detail h6 {
    font-size: 16px;
  }

  .video-detail {
    margin: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .menuSec ul li a {
    padding: 8px 14px;
    font-size: 17px;
  }

  .banner_text h1 {
    font-size: 71px;
    line-height: 87px;
  }

  .even-img img {
    height: 550px;
    object-fit: cover;
  }

  .missihead h5 {
    font-size: 65px;
    line-height: 73px;
  }

  .book-detail h6 {
    font-size: 16px;
  }

  .video-detail {
    margin: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 0;
    position: inherit;
  }

  .menuSec ul li a {
    padding: 8px 11px;
    font-size: 15px;
  }

  .head-btn {
    justify-content: center;
    margin: 20px 0;
  }

  .banner_text h1 {
    font-size: 47px;
    line-height: 56px;
  }
  .main-banner-img {
    object-fit: cover;
    height: 540px;
  }
  .ban-btm-txt h2 {
    width: 100%;
  }

  .motv-spk-box {
    margin-bottom: 29px;
  }

  .description {
    margin-top: 11%;
  }

  .recomm-head h3 {
    font-size: 74px;
  }
  ul.slid-footer li:last-child {
    margin-right: 0;
  }
  .new-letter-button a.footbtn.btn10 {
    width: 100%;
  }
  .new-letter-input input {
    width: 100%;
  }

  .white-bk {
    margin-bottom: 13%;
  }

  .video-detail {
    margin: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menuSec ul li a {
    padding: 8px 5px;
  }
  .head-btn a.btn10 {
    width: 85%;
  }
  .banner_text h1 {
    font-size: 64px;
    line-height: 73px;
  }

  .ban-btm-txt h2 {
    width: 100%;
  }
  .abt-tx h3 {
    font-size: 80px;
    line-height: 80px;
  }

  .motv-spk-box {
    padding: 25px 12px 25px;
  }
  .even-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
  }

  .evet-det {
    width: 59%;
    padding: 60px 26px 60px;
  }

  .missihead h5 {
    font-size: 56px;
    line-height: 77px;
  }

  .new-letter-button a.footbtn.btn10 {
    width: 80%;
  }

  .video-detail {
    margin: 10px;
  }

  .life-head h3 {
    font-size: 74px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  header {
    padding: 0;
    position: inherit;
    width: 100%;
    z-index: 99999;
  }

  .main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 507px;
    object-position: left;
  }

  .banner_text h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .cont-cal a.btn10 {
    width: 55%;
  }

  ul.call {
    margin: 10px 0;
  }
  .cont-cal {
    display: inline;
  }

  .ban-btm-txt h2 {
    line-height: 29px;
    width: 100%;
    font-size: 18px;
  }

  .abt-tx h3 {
    font-size: 62px;
    line-height: 77px;
  }

  section.master-life.pt-8.pb-8 {
    padding-top: 0;
  }

  .life-head h3 {
    font-size: 55px;
    line-height: 70px;
  }
  .motv-spk-box {
    margin-bottom: 10%;
  }

  .evet-det {
    position: inherit;
    width: 100%;
    padding: 20px 20px 20px;
    margin-bottom: 9%;
  }

  .missihead h5 {
    font-size: 42px;
    line-height: 57px;
  }

  section.ourmission.pt-8.pb-8 {
    padding-top: 0;
  }
  .counter {
    display: inline;
  }
  .items1 h2 {
    text-align: start;
  }

  .recomm-head h3 {
    color: #fff;
    margin: 25px 0;
    font-size: 44px;
    line-height: 88px;
  }

  .book-img img {
    width: 100%;
  }
  .about-txt h3 {
    font-size: 59px;
    line-height: 63px;
  }

  .new-letter-button a.footbtn.btn10 {
    width: 80%;
  }

  .copyright-text p {
    text-align: center;
  }

  .book-detail {
    width: 100%;
  }

  .head-btn a.btn10 {
    width: 100%;
    font-size: 19px;
  }

  .slicknav_nav a:hover {
    background: #1eabeb;
    color: #fff;
  }
  .video-detail {
    margin: 18px;
  }

  .white-bk {
    margin-bottom: 8%;
  }
  .getheadg h2 {
    font-size: 69px;
  }
  .contactus-icons {
    gap: 7px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  header {
    padding: 0;
    position: inherit;
    width: 100%;
    z-index: 99999;
  }

  .main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 507px;
    object-position: left;
  }

  .banner_text h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .cont-cal a.btn10 {
    width: 55%;
  }

  ul.call {
    margin: 10px 0;
  }
  .cont-cal {
    display: inline;
  }

  .ban-btm-txt h2 {
    line-height: 29px;
    width: 100%;
    font-size: 18px;
  }

  .abt-tx h3 {
    font-size: 62px;
    line-height: 77px;
  }

  section.master-life.pt-8.pb-8 {
    padding-top: 0;
  }

  .life-head h3 {
    font-size: 55px;
    line-height: 70px;
  }
  .motv-spk-box {
    margin-bottom: 10%;
  }

  .evet-det {
    position: inherit;
    width: 100%;
    padding: 20px 20px 20px;
    margin-bottom: 9%;
  }

  .missihead h5 {
    font-size: 42px;
    line-height: 57px;
  }

  section.ourmission.pt-8.pb-8 {
    padding-top: 0;
  }
  .counter {
    display: inline;
  }
  .items1 h2 {
    text-align: start;
  }

  .recomm-head h3 {
    color: #fff;
    margin: 25px 0;
    font-size: 44px;
    line-height: 88px;
  }

  .book-img img {
    width: 100%;
  }
  .about-txt h3 {
    font-size: 59px;
    line-height: 63px;
  }

  .new-letter-button a.footbtn.btn10 {
    width: 80%;
  }

  .copyright-text p {
    text-align: center;
  }

  .book-detail {
    width: 100%;
  }

  .head-btn a.btn10 {
    width: 100%;
    font-size: 19px;
  }

  .slicknav_nav a:hover {
    background: #1eabeb;
    color: #fff;
  }
  .video-detail {
    margin: 18px;
  }

  .white-bk {
    margin-bottom: 8%;
  }
  .getheadg h2 {
    font-size: 69px;
  }
  .contactus-icons {
    gap: 7px;
  }
}
ul.call li i {
    font-size: 40px;
    animation: tada 1.5s 
ease infinite;
}

ul.call li a span {
    text-decoration: underline;
}
.spk-tx h3 {
    font-size: 65px;
}
