:root {
  --primary-color: #7AE36A;
  --primary-black-color: #1F1F1F;
  --secondary-color: #F6DC66;
}

p {
  text-align: justify;
}

.text-orange {
  color: #ff9900;
}

.sub-heading {
  background-color: #006600;
  color: white;
  border: 3px solid #ff9900;
}

.sec_btn.style-one {
  padding: 22px 50px;
  color: var(--heading-color);
  font-weight: 700;
  font-size: 16px;
  border-radius: 14px;
}

.sec_btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--heading-color);
}

.ratings li {
  display: inline-block;
  color: #042A1B;
  vertical-align: middle;
}

/* Hero Section */
.tiger-banner {
  position: relative;
  background: linear-gradient(#000000a1, #000000a1), url(../img/kolkata-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 200px 0 0;
  overflow: hidden;
  z-index: 1;
}

.tiger-banner .tiger-image_one {
  position: absolute;
  top: 15%;
  left: -100px;
  z-index: 1;
}

#smooth-content h2 {
  color: #ff9900;
}

.partner_logo img {
  height: 100px;
}

.tiger-banner .tiger-image_one img {
  border-radius: 250px;
}

.tiger-banner .tiger-image_one span.circle {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 500px;
  height: 650px;
  border: 2px solid #F6DC66;
  border-radius: 250px;
  z-index: -1;
}

.tiger-banner .tiger-image_two {
  position: absolute;
  bottom: 0;
  right: -7%;
  z-index: 1;
}

.tiger-banner .tiger-image_two img {
  height: 400px;
}

.tiger-banner .tiger-image_two span.circle {
  position: absolute;
  top: -27%;
  right: -180px;
  width: 500px;
  height: 400px;
  border: 2px solid #F6DC66;
  border-radius: 250px;
  z-index: -1;
}

.tiger-banner .tiger-content {
  margin-bottom: 120px;
}

.tiger-banner .tiger-content h1 {
  font-size: 110px;
  line-height: 109%;
  letter-spacing: -14px;
  color: var(--white-color);
  margin-bottom: 60px;
}

.tiger-banner .tiger-content p {
  font: 500 18px var(--body-font);
  line-height: 35px;
  color: var(--white-color);
  max-width: 635px;
  margin-bottom: 40px;
}

.tiger-banner .tiger-wrap-box {
  border-top: 1px solid #ffffff1a;
  padding-top: 120px;
  padding-bottom: 130px;
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tiger-banner .tiger-wrap-box .item .content h2 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.tiger-banner .tiger-wrap-box .item .content h5 {
  color: var(--white-color);
  font: 500 20px var(--body-font);
  margin-bottom: 20px;
}

.tiger-banner .tiger-wrap-box .item .content .ratings li {
  color: #F6DC66;
}

.section_content h2 {
  letter-spacing: -7px;
}

.about-section .section-content-box>p {
  margin-bottom: 30px;
}

.about-section .section-image-box {
  position: relative;
  max-width: 560px;
  height: 710px;
  margin-left: auto;
  padding-left: 70px;
}

.about-section .section-image-box .tiger-img_one {
  position: absolute;
  /* top: 0; */
  top: 60px;
  left: 30px;
  max-width: 300px;
}

.about-section .section-image-box .tiger-img_one img {
  width: 100%;
  border-radius: 150px;
}

.about-section .section-image-box .tiger-img_two {
  position: absolute;
  /* bottom: 0; */
  bottom: 60px;
  right: 0;
  max-width: 300px;
}

.about-section .section-image-box .tiger-img_two img {
  width: 100%;
  border-radius: 150px;
}

.about-section .section-image-box .tiger-img_three {
  position: absolute;
  bottom: 95px;
  left: 0;
  max-width: 220px;
}

.about-section .section-image-box .tiger-img_three img {
  width: 100%;
  border-radius: 150px;
}

.about-section .section-image-box .circle-shape {
  position: absolute;
  top: 80px;
  right: 35px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 2px solid #ff9900;
  z-index: 0;
}

.about-section .section-image-box .tiger-rating-item {
  position: absolute;
  top: 20%;
  right: 0;
  background-color: var(--white-color);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 10px 4px 30px 0px #b4b4b44d;
  box-shadow: 10px 4px 30px 0px #b4b4b44d;
  border: 1px solid #042A1B;
  max-width: 280px;
  width: 100%;
  padding: 10px;
}

.about-section .section-image-box .tiger-rating-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  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;
  color: var(--heading-color);
  background-color: var(--secondary-color);
  font-size: 40px;
  margin-right: 20px;
}

.about-section .section-image-box .tiger-rating-item .content {
  line-height: 1;
}

.about-section .section-image-box .tiger-rating-item .content .ratings {
  margin-bottom: 10px;
}

.about-section .section-image-box .tiger-rating-item .content .ratings li span {
  font: 700 24px var(--heading-font);
  color: var(--heading-color);
  margin-right: 10px;
}

/* about counter */
.tiger-counter-container .tiger-counter-child {
  background: #ff9900;
  padding: 30px 24px;
  text-align: center;
  color: #000000;
  border-radius: 25px;
  line-height: 40px;
  margin-bottom: 25px;
}

.tiger-counter-container .tiger-counter-child .odometer {
  font-size: 60px;
  font-weight: bold;
  display: inline-block;
}

.tiger-counter-container .tiger-counter-child .type {
  font-size: 25px;
  color: #006600;
}

.odometer.plus {
  position: relative;
}

.odometer.plus::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 20px;
}


.popular-section,
.about-section {
  background-color: #F4F5FA;
}

.popular-section .container {
  position: relative;
}

.coin_rotate {
  position: fixed;
  bottom: 100px;
  left: 100px;
  width: fit-content;
  z-index: 0;
}

/* .coin_rotate {
  position: absolute;
  top: -20px;
  left: 0;
  width: fit-content;
  z-index: 10;
} */

.rotate360 {
  height: auto;
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.coin_rotate .rotate360 {
  height: 110px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-title h2 {
  letter-spacing: -6px;
}

.faqs-sel .tiger-image-box {
  position: relative;
  z-index: 1;
  max-width: 550px;
  text-align: left;
}

.faqs-sel .tiger-image-box img {
  border-radius: 0 0 150px 150px;
}

.faqs-sel .tiger-image-box .circle {
  position: absolute;
  top: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 2px solid #006600;
  left: -120px;
  z-index: -1;
}

.faqs-sel .tiger-image-box .item {
  position: absolute;
  bottom: 0;
  right: 30px;
  max-width: 280px;
  background-color: #2EB67D;
  padding: 40px 40px;
  border-radius: 10px;
}

.faqs-sel .tiger-image-box .item .content h2 {
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 20px;
}

.faqs-sel .tiger-image-box .item .content h5 {
  margin-bottom: 15px;
  color: var(--white-color);
  font-weight: 500;
}

.faqs-sel .accordion-item {
  border-radius: 10px;
  border: 1px solid #0044461a;
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px #8a8a8a40;
  box-shadow: 10px 4px 60px 0px #8a8a8a40;
  padding: 0;
}

.faqs-sel .accordion-item .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
}

.faqs-sel .accordion-item .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}

.faqs-sel .accordion-item .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  display: inline-flex;
  content: "\F64D";
  font-family: "Bootstrap-icons";
  font-weight: 400;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1010101a;
  background-color: #ffd600;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bolder;
}

.faqs-sel .accordion-item .accordion-header .accordion-title[aria-expanded=true] {
  background-color: #006600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: var(--white-color);
}

.faqs-sel .accordion-item .accordion-header .accordion-title[aria-expanded=true]:after {
  border-color: #26272B;
  content: "\F63B";
  font-weight: bolder;
}

.faqs-sel .accordion-item .accordion-content {
  background-color: #006600;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px 20px 20px;
}

.faqs-sel .accordion-item .accordion-content p {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--white-color);
}

.testimonial-sel {
  position: relative;
  background-color: #042A1B;
}

.client-sel .client-text {
  position: relative;
}

.client-sel .client-text:after {
  position: absolute;
  left: 0;
  bottom: 17px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0044461a;
  z-index: -1;
}

.client-sel .client-text span {
  position: relative;
  font: 600 18px var(--heading-font);
  line-height: 20px;
  letter-spacing: -0.36px;
  padding: 9px 20px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--heading-color);
}

.client-sel .client-slider {
  margin-left: -45px;
  margin-right: -45px;
}

.client-sel .client-slider .client-item {
  margin-left: 45px;
  margin-right: 45px;
}

/* footer{
  z-index: 20;
} */

.footer-widget a,
.footer-widget p,
.footer-widget li {
  font-size: 14px;
  color: #000000;
}

.footer-widget .footer-content .social-link li a {
  background-color: #ffffff0d;
  border-color: #ffffff1a;
  color: var(--white-color);
}

.footer-widget .footer-content .social-link li a:hover {
  color: var(--heading-color);
}

.footer-widget.footer-newsletter-widget .footer-content .form-group .form_control {
  border-radius: 10px;
  border: 1.2px solid #ffffff1a;
  background: #ffffff0d;
  color: var(--white-color);
}

.footer-widget.footer-newsletter-widget .footer-content .form-group .sec_btn.style-one {
  padding: 13px 25px;
  font-size: 14px;
  border-radius: 8px;
  background-color: var(--secondary-color);
}

.tiger-associates-footer {

  /* background-color: #ff9900; */
  color: var(--white-color);
  position: relative;
}

.tiger-associates-footer .footer-widget-area {
  background: linear-gradient(#ff990099, #ff990099), url(../img/ta-footer-bg.webp), linear-gradient(#ff9900, #ff9900);
  background-size: contain;
}

.tiger-associates-footer img {
  height: 60px;
}

.tiger-associates-footer .newsletter-wrapper {
  padding: 100px 20px;
}

.tiger-associates-footer .newsletter-wrapper .section-content-box h2 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 30px;
}

.tiger-associates-footer .newsletter-wrapper .section-content-box h5 {
  font-weight: 500;
  color: #B8B8B8;
  margin-bottom: 40px;
  line-height: 1.3;
}

.tiger-associates-footer .footer-copyright {
  border-color: #ffffff1a;
  background-color: #042A1B;
}

.tiger-associates-footer .footer-copyright .copyright-text p {
  color: #f9f9f9;
  font-size: 12px;
}

.tiger-associates-footer .footer-copyright .copyright-text a:hover {
  color: var(--primary-color);
}

/* inner page - breadcrumbs */

.breadcrumbs {
  height: 220px;
  background: linear-gradient(#00000080, #00000080), url(../img/breadcrumbs-bg.webp);
  background-size: contain;
  background-repeat: repeat;
}

.breadcrumbs span {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

/* livedraw */

.livedraw_parent .nav-link.active button {
  background-color: #F6DC66;
}

.livedraw_parent .nav-link button {
  padding: 3px 10px;
  background-color: #cdcdcd;
  color: #000000;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: none;
}

.livedraw_parent .nav-link button:hover {
  background-color: #F6DC66;
}

.livedraw_iframe iframe {
  box-shadow: 1px 1px 13px 5px #8a8a8a6b;
}

/* resources, claim form */
.section_list p {
  display: flex;
  text-align: start;
  gap: 2px;
}

.section_list a {
  padding-left: 5px;
  transition: all .4s ease-out;
}

.section_list i {
  color: #ff9900;
}

.section_list a:hover {
  color: #ff9900;
  padding-left: 7px;
  transition: all .4s ease-out;
}

/* contact */

.contact_parent a:hover {
  color: #ff9900;
}

/* sitemap */

.sitemap_parent a:hover {
  color: #006600;
}

.sitemap_parent li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}

.sitemap_parent li::before {
  content: '\f1c0';
  font-family: 'Bootstrap-icons';
  position: absolute;
  left: 0;
  color: #ff9900;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio for 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* responsive */
@media screen and (max-width: 991px) {
  .tiger-associates-footer .footer-widget-area {
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .tiger-banner {
    padding: 0;
  }

  .section-1 {
    margin-top: 70px;
  }

  .tiger-banner .tiger-image_two img {
    height: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .tiger-banner .tiger-image_one {
    left: -20%;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .tiger-banner .tiger-image_two {
    right: -7%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .tiger-banner .tiger-content {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .tiger-banner .tiger-content {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .tiger-banner .tiger-wrap-box {
    padding-top: 60px;
  }

  .course-details-wrapper .popular-info h3.title {
    font-size: 24px;
    line-height: 35px;
  }
}

@media screen and (max-width: 991px) {

  .about-section img.about_img {
    width: auto !important;
  }

  /* .livedraw_parent iframe {
    height: 100%;
  } */

  .about-section .section-image-box .tiger-img_one {
    top: 15px;
  }

  .about-section .section-image-box .tiger-img_two {
    bottom: 100px;
  }

  .tiger-banner .tiger-wrap-box {
    padding-top: 40px;
  }

  .why-choose-sel .choose-bg-left {
    display: none;
  }

  .why-choose-sel .choose-bg-right {
    width: 100%;
  }

  .why-choose-sel .section-content-box {
    text-align: center;
    margin-bottom: 40px;
  }

  .why-choose-sel .section-content-box .section-title {
    margin-bottom: 40px;
  }

  .why-choose-sel .section-content-box .tiger-iconic-box.style-seven {
    margin-left: inherit;
    margin: 0 auto 20px;
  }

  .faqs-sel .tiger-image-box .circle {
    left: -50px;
    width: 330px;
    height: 330px;
  }

  .faqs-sel .tiger-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faqs-sel .tiger-image-box img {
    border-radius: 0 0 180px 180px;
  }

  .tiger-associates-footer .newsletter-wrapper .section-content-box h2 {
    font-size: 42px;
    line-height: 1.3;
  }

  .faqs-sel .tiger-image-box {
    margin: 0 auto 50px;
  }

  .page-tiger-ss {
    padding: 200px 0 130px;
  }
}

@media (max-width: 767px) {
  .tiger-associates-footer .newsletter-wrapper .section-content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .tiger-associates-footer .newsletter-wrapper .section-content-box h5 {
    line-height: 35px;
  }

  .tiger-tabs .nav-link {
    margin-right: 15px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  /* .faqs-sel .tiger-image-box .circle {
    display: none;
  } */

  .page-tiger-ss {
    padding: 165px 0 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .tiger-banner .tiger-content h1 {
    font-size: 100px;
    line-height: 115px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .tiger-banner .tiger-content h1 {
    font-size: 120px;
    line-height: 140px;
  }
}

@media screen and (max-width: 991px) {

  .section_content h2 {
    letter-spacing: -6px;
  }

  h2 {
    font-size: 40px;
  }

  .faqs-sel .accordion-item .accordion-header .accordion-title {
    padding: 10px 12px;
  }

  .faqs-sel .accordion-item .accordion-header .accordion-title:after {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .about-section .section-image-box .tiger-img_three {
    bottom: -35px;
  }

  .about-section .section-image-box .circle-shape {
    top: 125px;
  }

  .coin_rotate {
    left: 10px;
  }

  .error-page {
    padding: 100px 0;
  }

  .tiger-banner .tiger-content h1 {
    width: 75%;
    margin: 42px 0;
    font-size: 40px;
    line-height: 110px;
    letter-spacing: -6px;
    line-height: normal;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -4px;
  }

  .tiger-banner .tiger-image_two span.circle {
    width: 300px;
    height: 200px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1100px) {
  .tiger-banner .tiger-content h1 {
    width: 75%;
    margin: 140px 0;
  }

  .tiger-banner .tiger-image_two span.circle {
    width: 400px;
  }

  .tiger-banner .tiger-image_two img {
    height: 260px;
  }

}
