@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* ========== Font Family Classes ========== */
.ff-bebas {
  font-family: 'Bebas-Neue';
}

.ff-rajdhani {
  font-family: 'Rajdhani';
}

/* ========== Font Color Classes ========== */
.f-white {
  color: #fff;
}

.f-light-black {
  color: #292929;
}

.f-dark {
  color: #0E0E0E;
}

.f-dark-black {
  color: #1E1E1E;
}

.f-light {
  color: #DADADA !important;
}

/* ========== Background Color Classes ========== */
.bkg-dark-blue {
  background-color: #02091A;
  color: #fff;
}

.bkg-light-gray {
  background-color: #FCFBFA;
}

.bkg-light-pink {
  background-color: #FAF5F0;
}

.bkg-dark-gray {
  background-color: #F2F2F2;
}

.bkg-light-green {
  background-color: #E2F4DE;
}

.bkg-dark-pink {
  background-color: #FFBBBA;
}

.bkg-gray {
  background-color: #FAFAFA;
}

/* ========== Min Height & Min Width Classes =========== */
.h-100vh {
  min-height: 100vh;
}

/* ========== SCSS Variables ========== */
/* ========== Main Style Area Starts ========== */
/* ===========================================
============ Header Area Styles ==============
=========================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1080;
  -webkit-transition: top 350ms;
  transition: top 350ms;
}

#header.scrolled-menu {
  background-color: #02091A;
}

#header.scrolled-menu .navbar-brand img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 110px;
}

#header.scrolled-menu .navbar-brand svg {
  width: 110px;
  fill: #FFF;
}

#header.scrolled-menu .header .navbar-nav .nav-link {
  color: #FFF;
}

#header.scrolled-menu .header .navbar-nav .nav-link:hover {
  color: #008B89;
}

#header.scrolled-menu .header .navbar-nav .nav-link.active {
  font-weight: 700;
  color: #008B89;
}

#header.scrolled-menu .header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.00%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  margin-right: -3px;
}

.navbar {
  height: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar-toggler {
  padding-right: 0;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.00%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  margin-right: -3px;
}

.header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1.00%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  margin-right: -3px;
}

.navbar-brand img {
  width: 168px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navbar-brand svg {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 168px;
  height: auto;
  fill-rule: evenodd;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.5rem 15px;
  margin-right: 25px;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 700;
  color: #008B89;
}

.navbar-expand-lg .navbar-nav .nav-item:last-of-type .nav-link {
  padding-right: 0;
  margin-right: 0;
}

.navbar-nav .nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #008B89;
}

.header .navbar-nav .nav-link {
  color: #000;
}

.header .navbar-nav .nav-link:hover {
  color: #008B89;
}

/* =================================================
============ Banner Video Area Styles ==============
================================================= */
#banner-video {
  position: relative;
}

.banner-video {
  height: 100vh;
}

.banner-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.down-link {
  position: absolute;
  right: 2%;
  bottom: 3%;
  z-index: 1;
  width: 4%;
}

.down-link img {
  width: 100%;
}

/* =================================================
================ Quote Area Styles =================
================================================= */
.quote-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote-wrapper h1 {
  font-size: 80px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: #5E5E5E;
}

/* =================================================
======== About Niraj Bharwad Area Styles ===========
================================================= */
#about-section {
  overflow: hidden;
}

.abt-img img {
  width: 100%;
}

.abt-img video {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.title h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  color: #5E5E5E;
}

.title h1 {
  font-size: 104px;
  font-weight: 900;
  line-height: 1;
}

.title h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.about-description {
  margin-top: 40px;
}

.about-description p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}

.about-description p + p {
  margin-top: 20px;
}

.about-description a {
  display: block;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.about-description a:hover {
  color: #008B89;
}

/* =================================================
============== Download App Area Styles ============
================================================= */
#splashScreen .title {
  padding-top: 5vh;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 123%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide .row {
  min-width: 100%;
}

.app-screen img {
  width: 60%;
  margin-left: 22%;
}

.app-description img {
  margin-bottom: 35px;
  width: 200px;
}

.app-description h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.app-description p {
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  font-family: 'Rajdhani';
  max-width: 80%;
}

.down-coa {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.down-coa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  width: 220px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  margin-right: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Rajdhani';
}

.down-coa a:last-of-type {
  margin-right: 0;
}

.down-coa a:hover {
  background-color: #008B89;
  border-color: #008B89;
}

.down-coa a svg {
  width: 28px;
  height: 28px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

/* =================================================
============== Useful Books Area Styles ============
================================================= */
.books-area .title {
  padding-top: 5vh;
}

.books-area .title h1 {
  margin-bottom: 10px;
}

#bookScreen .bk-abt {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

#bookScreen .bk-author {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.book-img {
  margin-bottom: 20px;
  text-align: center;
}

.book-img img {
  width: 52%;
  height: auto;
  position: relative;
  left: -48px;
}

.about-book {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.book-title {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: capitalize;
  padding-bottom: 50px;
}

.book-title span {
  color: #7A7A7A;
}

.book-description {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Rajdhani';
}

.bookslide {
  position: absolute;
  top: 0;
  left: 0;
  height: 98%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 4vh;
}
#bookScreen {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.books-gap {
    height: 60px;
}
.book-slider-wrapper {
  position: relative;
  width: 100%;
  min-height: 70vh;
  margin-top: 30vh;   /* Adjust gap here */
}

.bookslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.bookslide.active {
  display: block;
}


/* =================================================
============= Youtube Video Area Styles ============
================================================= */
.yt-sec .title {
  padding-bottom: 100px;
}

.yt-sec .yt-span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin-top: 20px;
}

.title h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

.yt-iframe {
  height: 420px;
}

.yt-iframe iframe {
  width: 100%;
  height: 100%;
}

.video-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 0.5px solid #2657CE;
  padding: 17px 0 10px 0;
  font-family: 'Bebas-Neue';
}

.video-description {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
  font-family: 'Rajdhani';
}

.swiper-control {
  padding-top: 80px;
}

.yt-swiper-pagination span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 7px;
}

.yt-swiper-pagination span:last-of-type {
  margin-left: 7px;
  margin-right: 0;
}

.yt-swiper-button-prev,
.yt-swiper-button-next {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.yt-swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0;
}

/* =================================================
============= Testimonial Area Styles ==============
================================================= */
.testimonial .title {
  padding-bottom: 70px;
}

.testiSlider {
  padding-top: 60px;
  cursor: -webkit-grab;
  cursor: grab;
}

.testi-content {
  position: relative;
  font-family: 'Rajdhani';
}

.testi-content p {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}

.testi-content::before {
  content: "";
  background: url(../images/quote-icon.svg) no-repeat;
  background-size: 100%;
  background-position: left;
  height: 105px;
  width: 105px;
  position: absolute;
  top: -50px;
  z-index: -1;
}

.testi-content::after {
  content: "";
  background: url(../images/quote-icon.svg) no-repeat;
  background-size: 100%;
  background-position: right;
  height: 105px;
  width: 105px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.testi-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.testi-img {
  width: 60px;
  height: 60px;
}

.testi-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.testi-info {
  font-family: 'Rajdhani';
  margin-left: 20px;
}

.testi-info p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #010101;
  margin-bottom: 7px;
}

.testi-info span {
  color: #010101;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.testiSlider .swiper-pagination {
  position: relative;
  bottom: 0;
}

.testiSlider .swiper-wrapper {
  padding-bottom: 30px;
}

.testiSlider .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.testiSlider .swiper-pagination-bullet-active {
  background-color: #008B89;
}

/* =================================================
=============== Footer Area Styles =================
================================================= */
footer {
  padding-top: 100px;
  padding-bottom: 25px;
}

.ft-top {
  padding-bottom: 80px;
}

.ft-jigo-logo img {
  width: 180px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.width-2 {
  padding-left: 7%;
}

.width-3 {
  padding-left: 7.7%;
}

.ft-flex .ft-links {
  margin-top: 15px;
  margin-bottom: 0;
}

.ft-app-links.down-coa {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ft-app-links.down-coa a {
  border-color: #000;
  color: #000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  height: 50px;
  width: 190px;
  font-size: 20px;
  margin-right: 0;
  margin-top: 15px;
}

.ft-app-links.down-coa a svg {
  margin-right: 10px;
  fill: #000;
  top: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ft-app-links.down-coa a:hover {
  color: #FFFFFF;
  border-color: #008B89;
}

.ft-app-links.down-coa a:hover svg {
  fill: #FFF;
}

.ft-app-links.down-coa a:last-of-type svg {
  position: relative;
  top: -2px;
}

.ft-app-links.down-coa a:first-of-type {
  margin-top: 0;
}

.ft-app-links.down-coa a:first-of-type svg {
  position: relative;
  top: -2px;
}

.ft-links {
  margin-bottom: 18px;
}

.ft-links h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}

.ft-content {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #000;
}

.ft-content address {
  margin-bottom: 26px;
}

.ft-content address span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.ft-content address p {
  line-height: 1.3;
}

#address-area a {
  display: block;
  margin-bottom: 26px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#address-area a img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.ft-content li a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 19px;
  border-bottom: 1px solid transparent;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ft-content li a:hover {
  border-color: #008B89;
  color: #008B89;
}

.ft-content li:last-of-type a {
  margin-bottom: 0;
}

.copyright,
.design-by {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #161616;
  text-transform: capitalize;
}

.design-by {
  display: block;
  text-align: right;
}

.design-by a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-bottom: 1px solid transparent;
}

.design-by a:hover {
  border-color: #008B89;
  color: #008B89;
}

/* =================================================
============== About Page Area Styles ==============
================================================= */
.main-abt {
  margin-top: 160px;
  margin-bottom: 100px;
}

.main-abt .title {
  margin-bottom: 60px;
}

.abt-pg-img {
  text-align: center;
}

.abt-pg-img img {
  width: 80%;
}

.abt-pg-img video {
  width: 76%;
  pointer-events: none;
}

.abt-description p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 25px;
  font-family: 'Rajdhani';
}

.obj-box {
  background-color: #FAF5F0;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.obj-box:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.obj-title {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #E1E1E1;
  padding: 20px 25px;
}

.obj-title img {
  height: 60px;
  margin-right: 20px;
}

.obj-title h1 {
  font-size: 34px;
  font-weight: 500;
  font-family: 'Bebas-Neue';
}

.obj-description {
  padding: 30px;
  min-height: 300px;
}

.obj-description p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Rajdhani';
}

.count-sec {
  margin: 150px 0 170px 0;
}

.single-count {
  text-align: center;
}

.count-img {
  margin-bottom: 20px;
}

.count-img img {
  height: 65px;
}

.count-content h4 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Bebas-Neue';
}

.count-content p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Rajdhani';
}

/* =================================================
=============== App Page Area Styles ===============
================================================= */
.jigo-img {
  text-align: center;
}

.jigo-img img {
  width: 74%;
}

.jigo-app-sec {
  padding: 70px 0;
}

.abt-jigo img {
  margin-bottom: 30px;
  width: 150px;
}

.abt-jigo p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.jigo-app {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 500;
  max-width: 77%;
  margin: 30px auto 50px;
}

.jigo-app-img img {
  width: 65%;
  position: relative;
  right: -100px;
}

.jigo-app-coa {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 55px 0;
}

.jigo-app-info h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.jigo-app-info p {
  font-size: 20px;
  font-family: 'Rajdhani';
  line-height: 1.5;
  font-weight: 500;
  max-width: 80%;
}

.jigo-app-info img {
  margin-top: 30px;
  width: 150px;
}

.app-coa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
}

.app-coa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  height: 60px;
  font-size: 22px;
  font-weight: 500;
  color: #343434;
  border: 1px solid #2D2D2D;
  border-radius: 4px;
  margin-right: 30px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Rajdhani';
}

.app-coa a svg {
  height: 28px;
  width: 28px;
  margin-right: 12px;
  position: relative;
  top: -2px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.app-coa a:hover {
  background-color: #008B89;
  border-color: transparent;
  color: #fff;
}

.app-coa a:hover svg {
  fill: #fff;
}

.feature {
  margin: 100px 0;
}

.feature .title {
  margin-bottom: 60px;
}

.featureOne {
  padding-left: 80px;
  margin-bottom: 24px;
}

.feature-title h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.feature-title p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.featureTwo {
  padding: 50px 50px 0 50px;
  margin-bottom: 24px;
}

.featureTwo .feature-screen {
  margin-top: 50px;
}

.feature .col-12:last-of-type .featureOne {
  padding-left: 0;
  padding-right: 140px;
  margin-bottom: 0;
}

#app-screen {
  padding: 70px 0 120px 0;
  display: none;
}

.swiper.screenSlider {
  margin-top: 60px;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper.screenSlider::before {
  content: "";
  position: absolute;
  left: 287px;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/phone-static-screen.png) no-repeat;
  background-size: 90%;
  background-position: center center;
  max-width: 280px;
}

.screenSlider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.4;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.screenSlider .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.screenSlider .swiper-slide img {
  display: block;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.short-feature-sec {
  margin-top: 150px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-feature img {
  width: 100%;
}

.app-feature {
  position: relative;
}

.app-link {
  position: absolute;
  top: 40%;
  left: 68px;
  padding: 18px 30px 0 30px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80%;
}

.app-link .single-link {
  margin-right: 25px;
}

.app-link .single-link img {
  width: 100%;
}

.app-link .single-link:last-of-type {
  margin-right: 0;
}

.feature-description img {
  margin-bottom: 30px;
  width: 150px;
}

.feature-description h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

/* =================================================
============ Contact Page Area Styles ==============
================================================= */
.title p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}

.contact-detail-sec {
  margin-bottom: 100px;
}

.address-area address {
  margin-bottom: 0;
}

.address-area span {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.address-area a {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 18px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.email-area a {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.email-area a img {
  margin-right: 13px;
  position: relative;
  top: -1px;
}

.iframe-area {
  height: 100%;
}

.iframe-area iframe {
  height: 270px;
  width: 100%;
  border: 1px solid #E6E6E6;
}

.cf-sec {
  padding: 70px 0 65px 0;
  margin-top: 50px;
}

.form-img {
  width: 100%;
}

.form-description {
  margin-bottom: 40px;
}

.form-description p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.single-input input[type=number]::-webkit-outer-spin-button,
.single-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-input input[type=number] {
  -moz-appearance: textfield;
}

.single-input .form-control,
.single-input .form-select {
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
  padding: 15px 25px;
  margin-bottom: 24px;
  color: #313131;
}

.single-input .form-control:focus,
.single-input .form-select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 139, 137, 0.45);
          box-shadow: 0 0 0 0.25rem rgba(0, 139, 137, 0.45);
}

.single-input .form-control::-webkit-input-placeholder,
.single-input .form-select::-webkit-input-placeholder {
  color: #313131;
}

.single-input .form-control:-ms-input-placeholder,
.single-input .form-select:-ms-input-placeholder {
  color: #313131;
}

.single-input .form-control::-ms-input-placeholder,
.single-input .form-select::-ms-input-placeholder {
  color: #313131;
}

.single-input .form-control::placeholder,
.single-input .form-select::placeholder {
  color: #313131;
}

.single-input .form-select {
  padding-top: 17px;
  padding-bottom: 17px;
  background-position: right 1.05rem center;
}

.cf-btn .btn {
  width: 100%;
  padding: 15px 20px 13px 20px;
  line-height: 1;
  border: 1px solid #3D4241;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 18px;
  font-weight: 500;
}

.cf-btn .btn:hover {
  background-color: #008B89;
  color: #fff;
  border-color: #008B89;
}

.cf-btn .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.join-team {
  margin-top: 100px;
}

/* =================================================
============ Gallery Page Area Styles ==============
================================================= */
.gallery-sec .title {
  margin-bottom: 20px;
}

.main-gallery-sec {
  margin-bottom: 50px;
}

.gallery-spacing {
  margin-bottom: 16px;
}

.event-wrapper {
  margin-bottom: 80px;
}

.event-title {
  margin-bottom: 30px;
}

.event-title h3 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.single-img {
  height: 100%;
}

.single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-description {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery-description p {
  max-width: 74%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.row-height {
  height: 100%;
}

.row-height .col-6 {
  height: 48.76%;
}

.row-height .col-12 {
  height: calc(51.24% - 18px);
}

/* =================================================
============ Courses Page Area Styles ==============
================================================= */
.main-course {
  margin-bottom: 80px;
}

.courses-sec .title {
  margin-bottom: 20px;
}

#about-vartman {
  padding-top: 40px;
  margin-top: 0;
}

#courseAccordion .accordion-item {
  margin-bottom: 35px;
  border-color: transparent;
  background-color: #FCFBFA;
}

#courseAccordion .accordion-button {
  background-color: #FCFBFA;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem;
}

#courseAccordion .accordion-button::after {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 1.65rem;
  height: 1.65rem;
  background-size: 1.65rem;
}

#courseAccordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#courseAccordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

#courseAccordion .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#courseAccordion .accordion-button:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.course-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 5px 0 15px 0;
}

.course-img img {
  width: 100%;
}

.course-title h1 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.course-description p {
  font-size: 18px;
  line-height: 1.30;
  font-weight: 500;
  max-width: 92%;
  font-family: 'Rajdhani';
}

.course-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
}

.single-course-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.single-course-time:first-of-type {
  margin-right: 70px;
}

.couse-time-box {
  background-color: #F5EADF;
  padding: 11px;
  border-radius: 6px;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.couse-time-box img {
  width: 100%;
}

.course-time-content {
  margin-left: 15px;
}

.course-time-content span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Bebas-Neue';
}

.course-time-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
  font-family: 'Rajdhani';
}

.about-course h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  font-family: 'Bebas-Neue';
}

.single-about-box {
  margin-bottom: 30px;
}

.single-about-box h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.single-about-box p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.course-coa {
  margin-top: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-coa a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  border: 1px solid #979797;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.course-coa a:hover {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.170227);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.170227);
  background-color: #008B89;
  color: #fff;
  border-color: #008B89;
}

#course-app .title {
  margin-top: 30px;
}

#course-app .row {
  margin-top: 80px;
}

.course-app-img img {
  width: 70%;
  margin-left: 28%;
}

.course-app-info h3 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  color: #292929;
  margin-bottom: 20px;
}

.course-app-info p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #292929;
  max-width: 82%;
}

#course-app .app-coa {
  margin-top: 50px;
}

#course-app .app-coa a {
  border: 1px solid #008B89;
  font-weight: 600;
}

#course-app .app-coa a:hover {
  background-color: #008B89;
}

/* =================================================
============== Books Page Area Styles ==============
================================================= */
#va-books {
  margin-bottom: 60px;
}

#va-books .title {
  margin-bottom: 0;
}

.single-book {
  padding: 60px 40px 60px 0;
  margin-top: 30px;
}

.main-book .row .col-12:nth-of-type(2n + 1) .single-book {
  background-color: #FAF5F0;
}

.single-book-img img {
  width: 100%;
  position: relative;
  left: -15px;
}

.book-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.book-content h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Bebas-Neue';
}

.book-content h4 span {
  color: #797979;
}

.book-content ul {
  margin-top: 10px;
}

.book-content ul li {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.book-content ul li::before {
  content: "–";
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.books-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

.books-about .single-course-time:first-of-type {
  margin-right: 0;
}

.book-coa {
  margin-top: 50px;
}

.book-coa a {
  border: 1px solid #515555;
  font-family: 'Rajdhani';
  line-height: 1;
  height: 44px;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 20px;
  font-weight: 500;
}

.book-coa a:hover {
  background-color: #008B89;
  border-color: #008B89;
  color: #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.170227);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.170227);
}

/* ===== Modal Area Style ===== */
#smartBookModal .modal-dialog {
  max-width: 60%;
}

#smartBookModal .modal-dialog .modal-content {
  -webkit-box-shadow: 0px 15px 90px rgba(0, 0, 0, 0.101318);
          box-shadow: 0px 15px 90px rgba(0, 0, 0, 0.101318);
}

#smartBookModal .modal-body {
  padding: 2.5rem 3.5rem;
}

#smartBookModal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232657CE'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat;
}

#smartBookModal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1E1E1E;
}

.modal-list {
  margin-top: 20px;
}

.modal-list li {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.modal-list li:last-of-type {
  margin-bottom: 0;
}

.modal-list li a {
  display: contents;
  text-decoration: underline;
}

.modal-list li::before {
  content: '';
  height: 22px;
  width: 22px;
  border-radius: 100%;
  background-color: #008B89;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.modal-img {
  text-align: center;
}

.modal-img img {
  width: 84%;
}

.modal-coa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
}

.modal-coa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  border: 1px solid #3D4241;
  height: 45px;
  width: 190px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.modal-coa a:hover {
  background-color: #008B89;
  color: #fff;
  border-color: #008B89;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.170227);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.170227);
}

/* ===== Button ===== */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.ctl {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.3 !important;
}

.cf-btn span {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.jigo-logo-app {
  width: 200px;
  margin-top: 5px;
}
/* Auto-slider fade animation */
.slide, .bookslide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide.active, .bookslide.active {
  opacity: 1;
}
/* ------------------------------------------
   CUSTOM AUTO SLIDER (JIGO + BOOKS)
-------------------------------------------*/
.slide,
.bookslide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease-in-out;
}

.slide.active,
.bookslide.active {
    opacity: 1;
    z-index: 2;
}

/* Ensure containers hide all extra slides */
#splashScreen .container,
#bookScreen .container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.jigo-popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.75);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
}

.jigo-popup-box{
  width:95%;
  max-width:900px;
  position:relative;
}

.jigo-popup-img-wrap{ position:relative; }

.jigo-popup-image{
  width:100%;
  border-radius:14px;
}

.jigo-popup-close{
  position:absolute;
  top:-14px; right:-14px;
  width:36px; height:36px;
  background:#fff; color:#000;
  border-radius:50%;
  font-size:22px;
  font-weight:bold;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
}

/* clickable areas */
.popup-hotspot{
  position:absolute;
  bottom:7%;
  width:18%;
  height:10%;
}

.android-btn{ left:52%; }
.ios-btn{ left:72%; }
#forcePopup{
  display:flex !important;
}




/*# sourceMappingURL=style.css.map */