/* Css For The UK School */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map

/******* fonts *********/
@import url("../fonts/stylesheet.css");
/******* fonts *********/

body {
  font-family: "Poppins", sans-serif !important;
}

/** banner-section **/

.banner-carousel .slide-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-carousel .content-box {
  position: relative;
  width: 100%;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  /* background: #1b182f; */
  background: hsl(0deg 0% 100% / 0%);
  z-index: 1;
  opacity: 0.8;
}

.banner-carousel .slide-item .image-layer {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1); */
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  /* -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15); */
}

.banner-carousel .content-box h3 {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h1 {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .theme-btn {
  padding: 23.5px 67px;
}

.theme-btn {
  text-transform: initial !important;
}

.banner-carousel .content-box .info-list li {
  position: relative;
  display: inline-block;
  width: 32%;
  text-align: center;
  padding-top: 34px;
}

.banner-carousel .content-box .info-list li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% - 30px);
  left: 0px;
  top: 0px;
  height: 1px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.sucess-stories-carousel.owl-nav-none .owl-nav {
  display: block !important;
}

/* Show navigation arrows */
.sucess-stories-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* pushes arrows to left & right corners */
  transform: translateY(-50%);
  pointer-events: none;
  /* so only arrows are clickable */
}

.sucess-stories-carousel .owl-nav button.owl-prev,
.sucess-stories-carousel .owl-nav button.owl-next {
  background: #fff;
  /* optional background */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  /* make arrows clickable */
}

.sucess-stories-carousel .owl-nav button.owl-prev {
  margin-left: 10px;
}

.sucess-stories-carousel .owl-nav button.owl-next {
  margin-right: 0;
  position: absolute;
  right: -20px;
}

.sucess-stories-carousel .owl-nav button.owl-prev {
  margin-left: 0;
  position: absolute;
  left: -20px;
}

.owl-nav button {
  background: transparent;
}

.banner-carousel .owl-nav {
  position: absolute;
  right: 100px;
  bottom: 0px;
}

.banner-carousel .owl-nav button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 55px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  color: #1b182f;
  background: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover {
  background: #1b182f;
  color: #fff;
}

.banner-carousel .owl-nav button.owl-prev {
  border-top-left-radius: 5px;
}

.banner-carousel .owl-nav button.owl-next {
  border-top-right-radius: 5px;
}

/** feature-section **/
.feature-section {
  z-index: 9;
}

.feature-block-one .inner-box {
  overflow: hidden;
  border: 1px solid #d6d4dd;
  transition: all 500ms ease;
  background: #ffffff;
}

.feature-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before {
  width: 100%;
  height: 100%;
}

.feature-block-one .inner-box .icon-box {
  background: #d6d4dd;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: -130px;
  top: -130px;
  width: 260px;
  height: 260px;
  line-height: 260px;
  z-index: 1;
}

.feature-block-one .inner-box .icon-box i {
  position: relative;
  left: 54px;
  top: 67px;
}

.feature-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scaleY(0) scaleX(0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box:before {
  transform: scaleY(1) scaleX(1);
}

.feature-block-one .inner-box .link i {
  position: absolute;
  left: 0px;
  top: 11px;
}

.feature-block-one .inner-box .link a {
  text-transform: uppercase;
}

/** about-section **/

.content_block_1 .content-box .text h5 {
  font-style: italic;
  line-height: 34px;
}

.content_block_1 .content-box .list-style-one li {
  width: 100%;
}

.list-style-one li {
  padding-left: 28px;
}

.list-style-one li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  left: 0px;
  top: 0px;
  font-size: 15px;
  font-weight: 700;
}

.about-section .pattern-layer {
  top: -135px;
  width: 401px;
  height: 515px;
  background-repeat: no-repeat;
}

.image_block_1 .image-box .image-2 {
  bottom: -60px;
}

.image_block_1 .image-box img {
  width: 100%;
  border-radius: 10px;
}

.image_block_1 .image-box .text {
  width: 290px;
  left: -55px;
  border-bottom-right-radius: 0px;
}

.image_block_1 .image-box .text h5 {
  line-height: 26px;
}

.image_block_1 .image-box:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 133px;
  left: 15px;
  top: 0px;
  border-radius: 10px;
}

.image_block_1 .image-box .image-1 {
  overflow: hidden;
}

.image_block_1 .image-box:hover .image-1 img {
  transform: scale(1.05);
}

.image_block_1 .image-box .text:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 28px;
  height: 19px;
  right: 0px;
  bottom: -19px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

/** service-section **/

.service-section .bg-layer {
  background: #eef5f1;
  width: 100%;
  height: 597px;
  z-index: -1;
}

.service-block-one .inner-box .image-box {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scaleY(1.05);
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #1b182f;
  z-index: 1;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.service-block-one .inner-box:hover .image-box:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.service-block-one .inner-box .lower-content .icon-box {
  top: -70px;
}

.service-block-one .inner-box .link i {
  position: absolute;
  left: 0px;
  top: 11px;
}

.service-block-one .inner-box .link a {
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content {
  border: 1px solid #d6d4dd;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
}

.service-section .more-text a {
  line-height: 20px;
}

.service-section .more-text p {
  line-height: 20px;
}

.service-section .inner-container {
  /* border-bottom: 1px solid #d6d4dd; */
}

.service-block-one .inner-box {
  overflow: hidden;
}

.service-block-one .inner-box .lower-content:before {
  position: absolute;
  content: "";
  background: #d6d4dd;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  right: -43px;
  bottom: -43px;
}

.service-block-one .inner-box .lower-content:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: -43px;
  bottom: -43px;
  transform: translateY(0) translateX(0);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content:after {
  transform: translateY(1) translateX(1);
  width: 95px;
  height: 95px;
}

.bg-color-1 {
  background: #1b182f;
}

.service-section .pattern-layer {
  top: -70px;
  width: 119px;
  height: 247px;
  background-repeat: no-repeat;
}

/** country-section **/

.country-section .inner-content {
  position: relative;
  margin-right: -500px;
}

.country-section .inner-content .single-item {
  overflow: hidden;
}

.country-section .inner-content .single-item .image-box {
  overflow: hidden;
}

.country-section .inner-content .single-item .image-box img {
  width: 100%;
  border-radius: 10px;
}

.country-section .inner-content .single-item .flag {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.country-section .inner-content .single-item .flag img {
  border-radius: 50%;
}

.country-section .inner-content .single-item .flag:before {
  position: absolute;
  content: "";
  border: 3px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.country-section .inner-content .single-item .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    -90deg,
    rgba(16, 14, 28, 0.1) 50%,
    rgba(16, 14, 28, 0.95) 100%
  );
  top: 0px;
  right: 0px;
  z-index: 1;
}

.country-section .owl-dots {
  position: absolute;
  left: -505px;
  bottom: 33px;
  display: none;
}

.country-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.country-section .owl-theme .owl-dots .owl-dot.active span,
.country-section .owl-theme .owl-dots .owl-dot span:hover {
  background: #fff;
  transform: scale(1.5);
}

.bg-color-2 {
  /* background: #f1f0f7; */
}

/** testimonial-section **/

.testimonial-block-one .inner-box .rating li {
  color: #ffb32f;
}

.testimonial-block-one .inner-box .author-thumb {
  width: 77px;
  height: 77px;
}

.testimonial-block-one .inner-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .designation {
  text-transform: uppercase;
}

.testimonial-block-one .inner-box .text p {
  font-style: italic;
  line-height: 35px;
}

.testimonial-block-one .inner-box .quote {
  position: absolute;
  right: -50px;
  bottom: -50px;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transform: scaleY(0) scaleX(0);
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover .quote {
  transform: scaleY(1) scaleX(1);
}

.testimonial-block-one .inner-box {
  overflow: hidden;
  border: 1px solid #d6d4dd;
  transition: all 500ms ease;
  background: #ffffff;
}

.testimonial-block-one .inner-box .quote span {
  position: relative;
  right: 22px;
  top: -12px;
}

.testimonial-section .owl-dots {
  position: relative;
  display: none;
  text-align: center;
  margin-top: 28px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(27, 24, 47, 0.3);
  border-radius: 50%;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover {
  background: #1b182f;
  transform: scale(1.5);
}

.testimonial-section .pattern-layer {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 30px !important;
}

/** coaching-section **/

.coaching-section .outer-container {
  max-width: 1720px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.coaching-block-one .inner-box {
  overflow: hidden;
}

.coaching-block-one .inner-box .image-box {
  overflow: hidden;
}

.coaching-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    -90deg,
    rgba(16, 14, 28, 0.1) 40%,
    rgba(16, 14, 28, 0.95) 100%
  );
  top: 0px;
  right: 0px;
  z-index: 1;
}

.coaching-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.coaching-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.coaching-block-one .inner-box:hover .text {
  opacity: 0;
  bottom: 90px;
}

.coaching-block-one .inner-box h3 a {
}

.coaching-block-one .inner-box .link i {
  position: absolute;
  left: 0px;
  top: 11px;
}

.coaching-block-one .inner-box .link a {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.coaching-block-one .inner-box .link a:hover {
  color: #fff;
}

.coaching-block-one .inner-box .overlay-content {
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
}

.coaching-block-one .inner-box:hover .overlay-content {
  bottom: 45px;
  opacity: 1;
  visibility: visible;
}

/** cta-section **/
.cta-section {
}

.cta-section .inner-container {
  overflow: hidden;
  padding-right: 280px;
  margin-bottom: 100px;
}

.cta-section .inner-container h2 {
  font-size: 36px;
  line-height: 43px;
}

.cta-section .inner-container .theme-btn {
  background: #fff;
  padding: 23.5px 70px;
  color: #1b182f !important;
}

.cta-section .inner-container .theme-btn:hover {
  color: #fff !important;
}

.cta-section .pattern-layer {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.cta-section .bg-layer {
  width: 100%;
  height: 50%;
}

/** news-section **/

.news-block-one .inner-box .image-box .post-date {
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  border-radius: 8px 8px 0px 0px;
}

.news-block-one .inner-box {
  overflow: hidden;
}

.news-block-one .inner-box .image-box {
  overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #1b182f;
  z-index: 1;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.news-block-one .inner-box:hover .image-box:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.news-block-one .inner-box .image-box .image a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 1;
}

.news-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
  transform: scaleY(1.05);
}

.news-block-one .inner-box .post-info li a {
  color: #73727c;
}

.news-block-one .inner-box:hover {
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 06%);
}

.news-block-one .inner-box .post-info li:before {
  position: absolute;
  content: "";
  background: #a09fa5;
  width: 5px;
  height: 1px;
  top: 16px;
  right: -15px;
}

.news-block-one .inner-box .post-info li:last-child:before {
  display: none;
}

.news-block-one .inner-box .link a {
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  z-index: 1;
  transform: scaleX(0);
}

.news-block-one .inner-box:hover .link a {
  opacity: 1;
  transform: scaleX(1);
}

.news-block-one .inner-box:hover .post-info {
  opacity: 0;
}

.news-section .bg-layer {
  width: 100%;
  height: 350px;
}

.border-top {
  border-top: 1px solid #d8d8df !important;
}

/** clients-section **/

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover {
  opacity: 1;
}

/** checkbox **/

.check-box label {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #9390a7;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #484558;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  left: 0px;
  top: 4px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  color: #7f7c96;
  opacity: 0;
  text-align: center;
}

.check-box input:checked + label:after {
  opacity: 1;
}

.check-box input {
  display: none;
}

/** banner-style-two **/

.banner-section.style-two .content-box {
  position: relative;
  max-width: 770px;
  margin: 0px;
}

.banner-section.style-two .content-box h3 {
  border: none;
}

.banner-section.style-two .content-box:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 138px);
  left: -23px;
  top: 7px;
}

.banner-section.style-two .rotate-text {
  position: absolute;
  left: -210px;
  top: 130px;
  font-size: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  letter-spacing: 12px;
  opacity: 0;
  transform: translateX(-100px) rotate(-90deg);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .rotate-text {
  opacity: 1;
  transform: translateY(0) rotate(-90deg);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .slide-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: -webkit-linear-gradient(0deg, rgba(27,24,47,0.5), rgba(27,24,47,0.0) 100%); */
  top: 0px;
  left: 0px;
  z-index: 1;
}

.banner-section.style-two .banner-carousel .slide-item:before {
  opacity: 0.6;
}

/** country-style-two **/

.country-style-two .bg-layer {
  width: 100%;
  height: 425px;
  z-index: -1;
}

.country-style-two .pattern-layer {
  height: 425px;
  width: 518px;
  background-repeat: no-repeat;
}

.country-style-two .upper-box .text p {
  color: rgba(255, 255, 255, 0.8);
}

.country-block-one .inner-box .image-box .image {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.country-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.country-block-one .inner-box:hover .image-box .image img {
  transform: scaleY(1.05);
}

.country-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #1b182f;
  z-index: 1;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.country-block-one .inner-box:hover .image-box .image:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.country-block-one .inner-box .lower-content .icon-box {
  top: -70px;
}

.country-block-one .inner-box {
  overflow: hidden;
  border-radius: 10px;
}

.country-block-one .inner-box .link i {
  position: absolute;
  left: 0px;
  top: 11px;
}

.country-block-one .inner-box .link a {
  text-transform: uppercase;
}

.country-block-one .inner-box .lower-content {
  border: 1px solid #d6d4dd;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
  transition: all 500ms ease;
}

.country-block-one .inner-box:hover .lower-content {
}

.country-block-one .inner-box .image-box .flag {
  width: 57px;
  height: 57px;
  z-index: 2;
}

.country-block-one .inner-box .image-box .flag img {
  width: 100%;
  border-radius: 50%;
}

.country-block-one .inner-box .image-box .flag:before {
  position: absolute;
  content: "";
  border: 3px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.country-block-one .inner-box .lower-content:before {
  position: absolute;
  content: "";
  background: #d6d4dd;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  right: -43px;
  bottom: -43px;
}

.country-block-one .inner-box .lower-content:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: -43px;
  bottom: -43px;
  transform: translateY(0) translateX(0);
  transition: all 500ms ease;
}

.country-block-one .inner-box:hover .lower-content:after {
  transform: translateY(1) translateX(1);
  width: 95px;
  height: 95px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/** about-style-two **/

.about-style-two .image-box .image-2 {
  left: -140px;
}

.about-style-two .image-box .image {
  border-radius: 10px;
}

.about-style-two .image-box .image img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.about-style-two .image-box .image-1 {
  overflow: hidden;
}

.about-style-two .image-box:hover .image-1 img {
  transform: scale(1.1);
}

.about-style-two .image-box .logo-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-style-two .image-box .logo-icon:before,
.about-style-two .image-box .logo-icon:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-style-two .image-box .logo-icon:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content_block_2 .content-box .small-title h3 {
  font-size: 22px;
}

.content_block_2 .content-box .theme-btn {
  padding: 23px 68px;
}

.content_block_2 .content-box .lower-box .info-box .icon-box {
  background: #f1f0f7;
}

.content_block_2 .content-box .lower-box .info-box span {
  text-transform: uppercase;
  color: #7f7c96;
  letter-spacing: 1px;
}

.about-style-two .pattern-layer {
  width: 589px;
  height: 673px;
  top: -400px;
  background-repeat: no-repeat;
  z-index: -2;
}

/** service-style-two **/

.service-block-two .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #ffeeee;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  top: 17px;
  right: -18px;
  z-index: -1;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.service-block-two .inner-box:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
  width: 100%;
  height: 100%;
}

.service-block-two .inner-box:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  right: -40px;
  bottom: -40px;
  transform: scaleY(0) scaleX(0);
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover:after {
  transform: scaleY(1) scaleX(1);
}

.service-style-two .pattern-layer {
  top: -70px;
  width: 119px;
  height: 247px;
  background-repeat: no-repeat;
}

/** team-section **/

.team-block-one .inner-box .designation {
  text-transform: uppercase;
}

.team-block-one .inner-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 3.5px;
}

.team-block-one .inner-box .social-links li a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #73727c;
  font-size: 14px;
  background: #f1f0f7;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .social-links li a:hover {
  color: #fff;
}

.team-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.team-block-one .inner-box:hover .overlay-content {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.team-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.team-section .owl-item {
  opacity: 0;
}

.team-section .owl-item.active {
  opacity: 1;
}

.team-section .inner-content {
  margin-right: -400px;
}

.team-block-one .inner-box .image-box {
  overflow: hidden;
  border-radius: 10px;
}

.team-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: #1b182f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0);
  opacity: 0.7;
  z-index: 1;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:before {
  transform: scale(1);
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.team-section .owl-dots {
  position: absolute;
  top: -120px;
  left: 0px;
  width: 1170px;
  text-align: right;
}

.team-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 500ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot.active span,
.team-section .owl-theme .owl-dots .owl-dot span:hover {
  transform: scale(1.5);
  background: #000;
}

.team-block-one .inner-box {
  padding-bottom: 25px;
}

/** chooseus-section **/

.chooseus-section .bg-layer {
  width: 100%;
  height: calc(100% - 193px);
  z-index: -1;
}

.chooseus-section .image-layer {
  bottom: 193px;
}

.chooseus-section .image-box .image {
  border-radius: 0px 10px 10px 0px;
}

.chooseus-section .image-box .image img {
  max-width: none;
  float: right;
  border-radius: 0px 10px 10px 0px;
}

.chooseus-section .image-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 193px;
  height: 187px;
  line-height: 182px;
  text-align: center;
  color: #fff;
  border-radius: 10px 0px 10px 0px;
}

.chooseus-section .content-box .inner .image-box img {
  border-radius: 50%;
}

.chooseus-section .content-box {
  margin-left: -10px;
}

.chooseus-section .content-box .inner .image-box {
  top: -4px;
}

.chooseus-section .counter-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: #d6d4dd;
  width: 1px;
  height: 143px;
  top: 0px;
  right: 15px;
}

.chooseus-section
  .counter-block:last-child
  .counter-block-one
  .inner-box:before {
  display: none;
}

/** process-section **/

.processing-block-one .inner-box .icon-box {
  border: 1px solid #d8d7df;
  overflow: hidden;
}

.processing-block-one .inner-box .icon-box span {
  background: #d8d7df;
}

.processing-block-one .inner-box .icon-box span:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.processing-block-one .inner-box:hover .icon-box span:before {
  width: 100%;
  height: 100%;
}

.processing-block-one .inner-box .arrow {
  right: -65px;
  top: 87px;
  width: 101px;
  height: 18px;
  background-repeat: no-repeat;
}

.google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 550px;
}

.news-block-two .inner-box .post-info li a {
  color: #73727c;
}

.news-block-two .inner-box .post-info li:before {
  position: absolute;
  content: "";
  background: #a09fa5;
  width: 5px;
  height: 1px;
  top: 16px;
  right: -15px;
}

.news-block-two .inner-box .post-info li:last-child:before {
  display: none;
}

/** page-title **/

.page-title:before {
  position: absolute;
  content: "";
  background: #1b182f40;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.page-title .bread-crumb {
  border-radius: 8px 8px 0px 0px;
}

.page-title .bread-crumb li {
  color: #73727c;
  text-transform: uppercase;
}

.page-title .bread-crumb li a {
  color: #73727c;
}

.page-title .bread-crumb li a:hover {
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: "";
  background: #73727c;
  width: 4px;
  height: 1px;
  top: 13px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

/** about-style-three **/

.about-style-three .image_block_1 .image-box:before {
  display: none;
}

.about-style-three .image_block_1 .image-box .text {
  left: -160px;
}

.image_block_1 .image-box .text-two {
  width: calc(100% - 60px);
}

.image_block_1 .image-box .text-two h4 {
  font-style: italic;
}

.content_block_3 .content-box .inner .single-item:before {
  position: absolute;
  content: "";
  background: #d6d4dd;
  width: 1px;
  height: 116px;
  top: 0px;
  right: 0px;
}

.content_block_3
  .content-box
  .inner
  .single-column:last-child
  .single-item:before {
  display: none;
}

.content_block_3 .content-box .author-box .author-thumb {
  top: -12px;
}

.content_block_3 .content-box .author-box .author-thumb img {
  border-radius: 50%;
  width: 100%;
}

/** team-details **/

.team-details .image-box .image img {
  width: 100%;
  border-radius: 10px;
}

.team-details .image-box .info li,
.team-details .image-box .info li a {
  color: #141417;
}

.team-details .content-box .text span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-details .content-box .social-links li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  color: #141417;
}

.team-details .content-box .social-links li a:hover {
  color: #fff;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background: #f4f4fa;
  border-radius: 0px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  border-radius: 0px;
  width: 0px;
  height: 7px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-box p {
  color: #141417;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #d8d8df;
  font-size: 14px;
  color: #797989;
  padding: 15px 30px;
}

.default-form .form-group textarea {
  display: block;
  resize: none;
  height: 170px;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
}

/** coaching-details **/

.coaching-sidebar .category-list li a {
  position: relative;
  z-index: 1;
}

.coaching-sidebar .category-list li a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 17px;
  right: 30px;
  transition: all 500ms ease;
}

.coaching-sidebar .category-list li a:before {
  position: absolute;
  content: "";
  background: #1b182f;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.coaching-sidebar .category-list li a.current:before,
.coaching-sidebar .category-list li a:hover:before {
  width: 100%;
}

.coaching-sidebar .category-list li a.current,
.coaching-sidebar .category-list li a:hover {
  color: #fff;
}

.coaching-sidebar .category-list li a.current:after,
.coaching-sidebar .category-list li a:hover:after {
}

.widget-title-space {
  height: 30px;
}

.coaching-sidebar .download-widget li .icon-box {
  background: #1b182f;
}

.coaching-sidebar .download-widget li span {
  text-transform: uppercase;
}

.coaching-sidebar .support-widget .inner-box {
  background-size: cover;
  background-repeat: no-repeat;
}

.coaching-sidebar .support-widget .inner-box:before {
  position: absolute;
  content: "";
  background: #1b182f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  opacity: 0.85;
}

.coaching-sidebar .support-widget .inner-box p {
  color: #9390a7;
}

.coaching-sidebar .support-widget .inner-box h4 a:hover {
  color: #fff;
  text-decoration: underline;
}

.coaching-details-content .image-box img {
  width: 100%;
  border-radius: 10px;
}

.coaching-details-content .content-two {
  background: #f1f0f7;
}

.coaching-details-content .content-two .single-item {
  width: 50%;
  float: left;
  border-right: 1px solid #fff;
}

.coaching-details-content .content-two .single-item:last-child {
  border-right: none;
}

.coaching-details-content .content-three .text h4 {
  font-style: italic;
  line-height: 34px;
}

.coaching-details-content .content-three .image-box img {
  border-radius: 10px;
  width: 100%;
}

.coaching-details-content .content-three .list li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.accordion-box .block {
  background: #f4f4fa;
  border: 1px solid transparent;
  overflow: hidden;
  transition: all 500ms ease;
}

.accordion-box .block.active-block {
  background: transparent;
  border-color: #d8d8df;
}

.accordion-box .block .acc-btn .icon-outer:before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: 0px;
  right: 0px;
  font-size: 18px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
  content: "\f107";
}

.accordion-box .block .acc-btn {
  cursor: pointer;
}

.accordion-box .block .acc-content {
  display: none;
  border-top: 1px solid #d8d8df;
}

.accordion-box .block .acc-content.current {
  display: block;
}

/** contact-section **/

.contact-section #contact-form input,
.contact-section #contact-form textarea {
  background: #f1f0f7;
  border-color: #f1f0f7;
  border-radius: 10px;
}

.contact-section #contact-form .theme-btn {
  padding: 22.5px 68px;
}

.contact-section #contact-form .form-group {
  padding: 0px 10px;
}

.contact-section .form-inner {
  margin: 0px 5px;
}

.contact-section .info-inner {
  overflow: hidden;
}

.contact-section .info-inner .support-box span {
  text-transform: uppercase;
}

.contact-section .info-inner .inner {
  border: 1px solid #d5d3dd;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}

.contact-section .info-inner .info-list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #73727c;
  margin-bottom: 25px;
}

.contact-section .info-inner .info-list li:last-child {
  margin-bottom: 0px;
}

.contact-section .info-inner .info-list li a {
  display: inline-block;
  color: #73727c;
}

.contact-section .info-inner .info-list li a:hover {
}

.contact-section .info-inner .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.contact-section .info-inner .social-links li:last-child {
  margin: 0px !important;
}

.contact-section .info-inner .social-links li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #f1f0f7;
  font-size: 15px;
  color: #73727c;
  text-align: center;
  border-radius: 50%;
}

.contact-section .info-inner .social-links li a:hover {
  color: #fff;
}

.google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 540px;
}

.google-map-section {
  margin-bottom: -10px;
}

.footer-logo {
  max-width: 143px;
}

.type-ul li,
.type-ul {
  list-style: square;
}

.type-ul li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  left: 0px;
  top: 0px;
  font-weight: 700;
  color: #ff5857;
}

.feature_box {
  min-height: 380px;
}

.img-h1 {
  width: 280px;
}

.cta-section .inner-container.cta-sec-inner {
  padding-right: 300px;
}

.b_txt {
  background-color: #178f56;
  width: 100%;
  left: 0;
  padding: 10px 60px;
}

.header-lower .logo-box {
  position: absolute;
  left: 19vw;
  bottom: 10px;
}

.main-header .logo-box .logo img {
  width: 60%;
  /* background-color: #1b182f; */
}

.header-top {
  position: relative;
  padding-left: 0px;
  margin: 0px 370px;
}

.header-lower .outer-box {
  padding-left: 30vw;
}

.feature-block-one .inner-box .icon-box img {
  position: relative;
  left: 54px;
  top: 50px;
}

.sticky-header .logo-box {
  padding: 0px;
}

.pt_310 {
  padding-top: 310px;
}

.pb_310 {
  padding-bottom: 310px;
}

/* .owl-carousel .owl-stage {
  transform: none !important;
} */

.owl-nav {
  z-index: 999;
}

.btn-box.mobile {
  display: none;
}

.pb_banner {
  padding-bottom: 770px;
}

/* industry-specific */
.border-primary {
  border-color: #49b280 !important;
}

.text-primary {
  color: #49b280 !important;
}

.icon-bg {
  height: 40px;
  width: 40px;
  background-color: rgb(97 255 179 / 10%);
}

.f-18 {
  font-size: 18px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-muted {
  line-height: 1.6;
  color: rgba(33, 37, 41, 0.75) !important;
  font-weight: 400;
}

.line-height {
  line-height: 1.6;
}

.sub-h {
  color: #000;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-5 {
  border-radius: 2rem !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gy-3 {
  row-gap: 1rem;
}

.n-sec .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.align-items-center {
  align-items: center !important;
}

.d-flex {
  display: flex !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.p-3 {
  padding: 1rem !important;
}

/* pricing section */

.pricing-section {
  background: radial-gradient(circle at center, #e7f8f1 0%, #ffffff 100%);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  margin-top: 90px;
}

.pricing2 .card {
  padding: 0px !important;
}

.pricing2 .card-body,
.pricing2 .card {
  border-radius: 30px !important;
}

.pricing2 .card-body {
  height: 420px;
  padding: 2rem 2rem;
  box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 6%);
}

.pricing2 .card-body,
.pricing2 .card {
  border-radius: 30px !important;
}

.text-dark {
  color: #0f1f3e !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.pricing2 .price-btn {
  margin-top: 1.5rem !important;
}

.pricing2 .btn.btn-primary {
  background-color: #ffffff !important;
  border: 2px solid #49b280 !important;
  /* border-bottom: 3px solid #31a46d !important; */
  color: #49ae7e !important;
}

.bg-shape {
  background-image: url(../../pricing-assets/images/bg-home.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-light-subtle {
  background-color: #fcfcfd !important;
}

.bg-primary {
  background-color: #49b280 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-red {
  color: #e50707 !important;
  text-decoration: line-through;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.pricing2 .btn {
  padding: 12px 25px;
  transition: all 0.5s;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  box-shadow: none !important;
}

.pricing2 .card-header {
  padding: 1rem 1rem;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.icon {
  height: 30px;
  width: 30px;
}

.ti-line-dashed:before {
  content: "\eea7";
}

.text-white {
  color: #fff !important;
}

.f-18 {
  font-size: 18px;
}

.pricing2 h5 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* creative us */
.creative-us .btn.btn-info {
  background-color: #443d71 !important;
  border: 1px solid #443d71 !important;
  border-bottom: 3px solid #3e376a !important;
  color: #fff !important;
  padding: 12px 25px;
  transition: all 0.5s;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  box-shadow: none !important;
}

.creative-us p {
  line-height: 1.6;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.creative-us h4 {
  font-weight: 500;
}

.creative-us h6 {
  margin-bottom: 0.5rem;
}

.creative-us {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* feature-sec */
.feature-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

.feature-sec h3 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.lh-base {
  line-height: 1.5 !important;
}

/* faq */
@media (min-width: 992px) {
  .text-lg-end {
    text-align: right !important;
  }
}

.icon-bg {
  height: 40px;
  width: 40px;
  background-color: rgb(97 255 179 / 10%);
}

.features-mobile {
  display: none;
}

.features-desktop h6,
.feautures-content h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.features-desktop p,
.feautures-content p {
  margin-bottom: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.faq-ul {
  list-style: square;
  margin-top: -0.7rem;
  line-height: 1.7;
  font-weight: 400;
  margin-left: 20px;
}

.faq-ul li {
  list-style: square;
}

.tick-ul {
  margin-top: -0.7rem;
  line-height: 1.7;
  font-weight: 400;
}

.tick-ul i {
  margin-right: 10px;
}

.cta-btn {
  background-color: #443d71 !important;
  border: 1px solid #443d71 !important;
  border-bottom: 3px solid #3e376a !important;
  color: #fff !important;
  padding: 12px 25px;
  transition: all 0.5s;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  box-shadow: none !important;
}

/* cta */
.cta-bg {
  background: url(../../pricing-assets/images/background-img.webp) fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(15, 31, 62, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
}

.cta-bg h3 {
  color: #ffffff !important;
  font-weight: 500;
}

/* contact */

.sec-contact {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sec-contact h6,
.sec-contact h3 {
  font-weight: 500;
}

.sec-contact h3 {
  margin-bottom: 0.5rem;
}

.custom-form .form-control {
  height: 45px;
  padding: 0.375rem 1.1rem;
  font-size: 14px;
  border-width: 2px;
}

.sec-contact .btn.btn-primary:hover,
.sec-contact .btn.btn-primary:focus,
.sec-contact .btn.btn-primary.focus,
.sec-contact .btn.btn-primary:active,
.sec-contact .btn.btn-primary.active {
  background-color: #359d6b !important;
  border: 1px solid #359d6b !important;
  border-bottom: 3px solid #208454 !important;
}

.sec-contact .btn {
  padding: 12px 25px;
  transition: all 0.5s;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  box-shadow: none !important;
  background-color: #49b280 !important;
  border: 1px solid #49b280 !important;
  border-bottom: 3px solid #31a46d !important;
  color: #fff !important;
}

.custom-page h6,
.custom-page h3 {
  font-weight: 500;
}

.custom-page .h3,
h3 {
  margin-bottom: 1rem;
}

.features-mobile {
  display: none;
}

.banner-about-content {
  padding-bottom: 120px;
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .features-mobile {
    display: block;
  }

  .features-desktop {
    display: none;
  }
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* about-sec */
.about-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* industry spesific */

.creative-us .btn.btn-outline {
  border: 1px solid #443d71 !important;
  border-bottom: 3px solid #3e376a !important;
  padding: 12px 25px;
  transition: all 0.5s;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  box-shadow: none !important;
  margin-left: 15px;
}

.about-style-three-pad {
  padding: 110px 0px 0px 0px;
}

.why-partner {
  margin-top: -50px;
}

@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 1567px) {
  .header-lower .logo-box {
    left: 10vw;
  }

  .header-lower .outer-box {
    padding-left: 38vw;
  }

  .header-top {
    position: relative;
    padding-left: 200px;
    margin: 0px 170px;
  }

  .pb_banner {
    padding-bottom: 620px;
  }

  .carousel-caption {
    bottom: 39% !important;
    left: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 40%;
  }

  .carousel-caption.cc1 {
    bottom: 38% !important;
  }
}

@media only screen and (max-width: 1400px) {
  .pb_banner {
    padding-bottom: 550px;
  }
}

@media only screen and (max-width: 1300px) {
  .pt_310 {
    padding-top: 270px;
  }

  .pb_310 {
    padding-bottom: 270px;
  }

  .pb_banner {
    padding-bottom: 520px;
  }
}

@media only screen and (max-width: 1280px) {
  .carousel-caption.cc1,
  .carousel-caption {
    left: 4% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .carousel-caption.cc1,
  .carousel-caption {
    left: 10% !important;
  }

  .header-lower .logo-box {
    padding: 5px 0px !important;
    float: left;
  }

  .banner-about-content {
    padding-bottom: 110px;
    padding-top: 110px;
  }
}

/* ipad pro */
@media only screen and (max-width: 1180px) {
  .pt_310 {
    padding-top: 200px;
  }

  .pb_310 {
    padding-bottom: 200px;
  }

  .pb_banner {
    padding-bottom: 400px;
  }

  .btn-box.mobile {
    display: block;
    background: #49b280;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 9.5px 30px;
    width: 15%;
    position: absolute;
    right: 20px;
    top: 26px;
  }

  .btn-box.mobile a {
    color: #fff;
  }

  .banner-about-content {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .carousel-caption {
    width: 45% !important;
    bottom: 30% !important;
  }

  .cc-heading {
    font-size: 2.25rem !important;
  }

  .cc-p-ul,
  .cc-p {
    font-size: 1.25rem !important;
  }

  .mega-menu ul li h4 a {
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .mega-menu ul li h4 {
    color: #ffffff !important;
  }
}

/* ipad air */
@media only screen and (max-width: 820px) {
  .pt_310 {
    padding-top: 160px;
  }

  .pb_310 {
    padding-bottom: 160px;
  }

  .btn-box.mobile {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .cta-lbl {
    width: 100% !important;
    padding: 25px !important;
    margin: 60px auto -10px !important;
  }

  .pb_banner {
    padding-bottom: 300px;
  }

  .btn-box.mobile {
    padding: 9.5px 10px;
    width: 29%;
    right: 143px;
    top: 26px;
  }

  .btn-box.outline.mobile {
    padding: 9.5px 10px;
    width: 29%;
    right: 20px;
    top: 26px;
  }

  .btn-box.outline.mobile {
    background-color: transparent !important;
    border: 1px solid #0f9f50;
    color: #0f9f50;
  }

  .btn-box.outline.mobile a {
    color: #0f9f50;
  }

  .banner-carousel .slide-item {
    padding-bottom: 80px !important;
    padding-top: 80px;
  }

  .banner-carousel .content-box h1 {
    font-size: 30px !important;
    line-height: 50px;
  }

  .blog-title h1 {
    width: auto !important;
  }

  .ul-1 {
    margin-top: 20px;
  }

  .cta-section .inner-container.cta-sec-inner {
    padding-right: 25px;
  }

  .txt_btm {
    margin-bottom: 50px;
  }

  .b_txt {
    padding: 10px 35px;
  }

  .quiz-logo {
    width: 10vh !important;
    position: absolute;
    top: 0;
    left: 3vh !important;
  }

  .why-partner {
    margin-bottom: -120px;
  }

  .box-abt {
    border: 1px solid #0f9f50;
    padding: 30px 20px !important;
  }

  .page-title .banner-about-content {
    padding: 70px 0px 70px 0px !important;
  }

  .pricing-creative {
    padding-top: 60px !important;
  }

  .carousel-caption {
    width: 45% !important;
    bottom: 27% !important;
  }

  .cc-heading {
    font-size: 1.9rem !important;
  }

  .cc-p-ul,
  .cc-p {
    font-size: 1.05rem !important;
  }

  .carousel-caption.cc1 {
    bottom: 33% !important;
  }
}

@media only screen and (max-width: 440px) {
  .top__bar p {
    font-size: 10px !important;
    line-height: 2 !important;
  }

  .carousel-caption {
    width: 65% !important;
    bottom: 17% !important;
    left: 3% !important;
  }

  .cc-heading {
    font-size: 1rem !important;
  }

  .cc-p-ul {
    line-height: 1.5;
  }

  .cc-p-ul,
  .cc-p {
    font-size: 0.7rem !important;
  }

  .cc-p {
    line-height: 1.5;
  }

  .pb_banner {
    padding-bottom: 180px;
  }

  .carousel-caption.cc1 {
    bottom: 36% !important;
  }

  .about-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .creative-us {
    padding-top: 0px;
  }

  .pricing-section {
    margin-top: 0px;
  }

  .custom-page .h3,
  h3 {
    font-size: calc(1.3rem + 0.6vw);
    margin-bottom: 1rem;
  }

  .mobile-menu .nav-logo {
    padding: 0px 105px;
    text-align: left;
    padding-bottom: 40px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

@media only screen and (max-width: 391px) {
  .cc-heading {
    font-size: 0.9rem !important;
  }

  .cc-p-ul,
  .cc-p {
    font-size: 0.6rem !important;
  }

  .pb_banner {
    padding-bottom: 150px;
  }

  .banner-carousel .slide-item {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .btn-box.mobile {
    width: 37%;
    right: 5px;
    top: 10px;
    padding: 7.5px 20px;
  }

  .main-header .logo-box .logo img {
    width: 40%;
  }
}

.sticky-header {
  background: #1b182f !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: #49b280 !important;
}

.sticky-header .main-menu .navigation > li > a {
  color: #ffffff;
}

.price-number input {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 20px;
}

#custom-message {
  margin-bottom: 100px;
}

.quiz-logo {
  width: 13vh;
  position: absolute;
  top: 0;
  left: 6vh;
}

.icon-about {
  color: #0f9f50;
  margin-right: 10px;
}

.box-abt {
  border: 1px solid #0f9f50;
  padding: 30px 190px;
  margin: auto;
  background-color: #dff9eb;
  border-radius: 10px;
}

.why-partner .owl-dot {
  display: none !important;
}

.why-partner .lower-content {
  text-align: left;
}

.scroll-top.open {
  bottom: 36px;
  left: 30px;
  right: auto;
}

.success-section .owl-dots {
  position: absolute;
  left: -505px;
  bottom: 33px;
  display: none;
}

/* Overlay */
.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.5;
  z-index: 1000000000;
  display: none;
  /* Default hidden */
}

.cookie-popup.show {
  display: block;
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-popup h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.cookie-popup p {
  margin: 0 0 15px;
  color: #333;
}

.cookie-popup a {
  color: #0073e6;
  text-decoration: none;
}

.cookie-popup a:hover {
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-buttons button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.accept-btn {
  background: #0073e6;
  color: #fff;
}

.decline-btn {
  background: #e6e6e6;
  color: #333;
}

.guide-title:before {
  position: absolute;
  content: "";
  background: #00000003;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 1;
}

.guide-title h1 {
  text-wrap: auto;
  width: 60%;
  color: #0c3c7b;
}

.news-block-one.guide-one .inner-box:hover {
  box-shadow: none;
}

.news-block-one.guide-one {
  margin-top: 50px;
}

.news-block-one.guide-one h2 {
  margin-bottom: 15px;
  margin-top: 40px;
}

.news-block-one.guide-one h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #49b280;
}

.guide-ul {
  list-style-type: decimal;
}

.guide-ul,
.guide-ul li {
  list-style: decimal;
  margin-left: 20px;
}

.blog-ul .blog-ul2 {
  list-style-type: circle;
}

.blog-ul .blog-ul2,
.blog-ul .blog-ul2 li {
  list-style: circle;
  margin-left: 20px;
}

.guide-ul-d,
.guide-ul-d li {
  list-style: circle;
  margin-left: 20px;
  list-style-type: circle;
}

.guide-container {
  margin-bottom: 60px;
  padding: 40px 0px !important;
}

.blog-ul {
  list-style-type: disc;
}

.blog-ul,
.blog-ul li {
  list-style: disc;
  margin-left: 20px;
}

.blog-title h1 {
  width: 60%;
  color: #0c3c7b;
}

/* mega menu */
/* Mega Menu Wrapper */
/* Mega Menu Container */
/* Mega Menu Container */
.mega-menu {
  position: relative;
}

.mega-menu-content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 900px;
  /* adjust width */
  background: #fff;
  display: none;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.fixed-header .mega-menu-content {
  width: 940px !important;
  left: 0 !important;
  top: 100% !important;
  padding: 30px !important;
}

.mega-menu:hover .mega-menu-content {
  display: block;
}

.blog-title {
  background-size: cover;
  background-position: center;
}

/* Force multi-column layout */
.mega-menu .row {
  display: flex;
  flex-wrap: nowrap;
  /* keep columns side by side */
  gap: 40px;
}

.mega-menu .col {
  flex: 1;
  /* each column gets equal width */
  min-width: 200px;
}

.page-title.blog-title:before {
  position: absolute;
  content: "";
  background: #d3d3d321;
  opacity: 0.8;
}

/* Headings */
.mega-menu h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Lists */
.mega-menu ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.mega-menu ul li {
  margin-bottom: 8px;
}

.mega-menu ul li a {
  color: #464646;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: block;
  text-transform: capitalize;
}

.mega-menu h4 a {
  color: #000000 !important;
}

.mega-menu ul li a:hover {
  color: #0f9f50;
  /* change to your theme color */
}

.main-menu .navigation > li > ul {
  background: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.main-menu
  .navigation
  > li
  > ul
  > li:hover
  .main-menu
  .navigation
  > li
  > ul
  > li
  > a {
  color: #0f9f50 !important;
}

.main-menu .navigation .dropdown ul > li:hover {
  background-color: #49b280 !important;
}

.main-menu .navigation .dropdown.mega-menu ul > li:hover {
  background-color: #ffffff !important;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  color: #000 !important;
}

.main-menu .navigation > li > ul > li > a {
  border-bottom: 1px solid rgb(146 146 146 / 15%);
}

.main-menu .navigation > li.mega-menu > ul,
.main-menu .navigation > li.mega-menu > .megamenu {
  right: 0 !important;
  left: auto !important;
}

.fixed-header .sticky-header .outer-box {
  position: relative;
  padding: 0px 80px !important;
}

.fixed-header .sticky-header .mega-menu-content {
  padding: 30px 80px !important;
}

.sticky-header .main-menu .navigation > li.mega-menu > ul,
.sticky-header .main-menu .navigation > li.mega-menu > .megamenu {
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.mega-menu-guide .navigation > li.mega-menu > ul,
.mega-menu-guide .navigation > li.mega-menu > .megamenu,
.fixed-header .mega-menu-guide .navigation > li.mega-menu > ul,
.fixed-header .mega-menu-guide .navigation > li.mega-menu > .megamenu {
  width: 100%;
  padding: 30px 70px;
}

@media only screen and (max-width: 1024px) {
  .mega-menu-content {
    position: relative;
    left: auto;
    width: auto;
    padding-top: 0px !important;
    background: #141417;
  }

  .mega-menu .row {
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
  }

  .mega-menu-content {
    margin: 0 !important;
    text-transform: uppercase;
  }

  .mega-menu .col {
    padding-top: 10px;
  }

  .mega-menu h4 {
    padding-left: 30px;
  }

  .mega-menu.open .mega-menu-content {
    display: block !important;
  }

  /* Default hidden */
  .mega-menu-content {
    display: none;
  }

  /* Show when open */
  .mega-menu-content.open {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-menu .navigation li ul li > a {
    text-transform: uppercase !important;
  }

  .blog-title {
    background-color: #f7f3e5;
    background-image: none !important;
  }
}

.blog-sidebar .post-widget .post .post-thumb .thumb-img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  border: 0px solid #fff;
}

.blog-sidebar .post-widget .post h6 {
  margin-left: 80px;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 55%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 40%;
  text-align: left;
}

.cc-heading {
  /* color: #2a8358; */
  color: transparent;
  font-size: 3.25rem;
}

.cc-p {
  /* color: #0c3b79; */
  color: transparent;
  font-size: 1.55rem;
  margin-top: 10px;
}

.cc-p-ul {
  /* color: #0c3b79; */
  color: transparent;
  font-size: 1.55rem;
  line-height: 2;
}

.tick-img {
  display: none;
  width: 4%;
  margin-right: 10px;
}

.cta-lbl {
  text-align: center;
  background-color: #0a6130;
  padding: 30px;
  width: 60%;
  margin: 60px auto -40px;
  border-radius: 10px;
}

.cta-lbl p {
  color: #ffffff;
}

.btn-box.gold a {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #0f9f50;
}

.top__bar {
  background-color: #051e3e;
  padding: 10px 30px;
}

.top__bar p {
  color: white;
  font-size: 14px;
}

.top__bar p a {
  color: #49b280 !important;
}

.loader-wrap {
  z-index: 10000000000;
}

/* pricing */
.pricing-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.2s;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.recommended {
  border: 3px solid #000;
  position: relative;
}

.recommended-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.toggle-btns button.active {
  background: #67a620;
  color: #fff;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.pricing-card {
  flex: 1;
  min-width: 0;
  width: 300px;
  text-align: center;
}

.plan-name {
  font-size: 23px;
  font-weight: 600;
  color: #c3b57a;
  margin-bottom: 40px;
}

.plan-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.speak-team {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
  color: #000000;
}

.sign-btn {
  padding: 10px;
}

.vat {
  font-size: 17px;
  font-weight: 600;
  margin-top: -14px;
  margin-bottom: 10px;
  color: #141414;
}

.pricing-container {
  padding: 100px 80px;
}

/* Make all boxes same width */
#pricing-wrapper {
  display: flex;
  gap: 20px;
  /* replaces column-gap */
  justify-content: space-between;
  justify-content: center;
  flex-wrap: nowrap;
}

#pricing-wrapper .pricing-card {
  flex: 1;
  /* all cards grow equally */
}

.pricing-title {
  font-size: 20px;
}

.original-price {
  font-weight: 500;
  font-size: 18px;
  text-decoration: line-through;
  color: #797979;
}

.pricing-input input {
  font-size: 15px;
}

.pricing-btn {
    font-size: 16px;
    background-color: #c2b38a;
    border: 1px solid #c2b38a;
    color: #2c18a9;
    font-weight: 600;
}

.pricing-btn:hover {
  background-color: #b9a878;
  border: 1px solid;
}

.pricing-intro {
  padding-top: 80px;
  padding-bottom: 80px;
}

.save {
  background-color: #ffe77d;
  color: #202020;
  padding: 5px 10px;
}

.save small {
  font-weight: 600;
}

.col-pricing {
  display: flex;
}

/* === NEW STYLES FOR TOGGLE BUTTONS AND LABEL === */

/* Wrapper for positioning the label and centering the component */
.pricing-toggle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* Crucial for positioning the absolute label */
  width: fit-content;
  margin: 0 auto 50px auto;
  /* Center component horizontally and add bottom spacing */
}

/* Style for the buttons container (the purple box) */
.toggle-btns {
  /* background: #543D9B;  */
  background-color: rgb(211 198 162);
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  /* Ensure buttons are aligned */
}

/* Style for individual buttons */
.toggle-btns button {
  border: none;
  background: transparent;
  color: #2c18a9;
  font-weight: 600;
  padding: 2px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 100px;
  font-size: 16px;
}

/* Style for the active button (White background) */
.toggle-btns button.active {
  background: #fff;
  color: #000000 !important;
  /* Force active text color to match purple background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Style for the floating discount label (Speech Bubble) */
.pricing-discount-label {
  background: #6fae26;
  color: #1a1a1a;
  /* font-weight: 600; */
  padding: 5px 15px;
  border-radius: 8px;
  position: absolute;
  top: -60px;
  z-index: 10;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}

.pricing-discount-label2 {
  background: #6fae26;
  color: #1a1a1a;
  /* font-weight: 600; */
  padding: 5px 15px;
  border-radius: 8px;
  position: absolute;
  top: -60px;
  z-index: 10;
  white-space: nowrap;
  left: 80%;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}

/* Speech bubble tail pointing down */
.pricing-discount-label::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Position the tip below the box */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6fae26;
  /* Must match label background color */
}

.pricing-discount-label2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Position the tip below the box */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6fae26;
  /* Must match label background color */
}

/* --- OVERRIDE EXISTING STYLES --- */

/* Override your old active style to use the new color scheme */
.toggle-btns button.active {
  background: #fff;
  color: #543d9b;
}

.btn-sign-up {
  color: #fff;
  background-color: #b3a054;
  border-color: #b3a054;
}

.btn-sign-up:hover {
  color: #fff;
  background-color: #968338;
  border-color: #968338;
}
.notice {
  width: 100%;
  background-color: #f1ecdc;
  color: #000000;
  padding: 10px 20px;
  margin-top: 0px;
  border-radius: 6px !important;
  border: 1px solid #d8ceb1;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: center;
}
.notice a {
  color: #000000;
}
.notice:hover {
  background-color: #cec4a3;
}
.theme-btn.theme-font {
  font-size: 18px;
  padding: 30px;
  background: #b9aa75 !important;
}
.col__1,
.col__2 {
  width: 23%;
  margin: 12px;
}
.blog-sidebar.noticer-bar .sidebar-widget {
  background-color: #f1ecdc;
  border: 1px solid #d8ceb1;
}
.cta-h5{
  width: 43vw;
}
.cta-img-1 img{
  width: 25vh;
}
.clients-section h4{
  color: #d3c6a2;
}
/* new benefits */
.benefits-carousel .cc-heading, .benefits-carousel .cc-p, .benefits-carousel .cc-p-ul{
  color: #000;
}
.benefits-carousel .tick-img{
  display: inline-block;
}
.benefits-carousel .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 15%;
}
.benefits-carousel .pb_banner {
    padding-bottom: 680px;
}
.cc-heading {
    font-size: 2.25rem;
}
.cc-p  , .cc-p-ul{
    /* color: #0c3b79; */
    color: transparent;
    font-size: 1.15rem;
}
.theme-btn.btn-one.one{
  background: #49b280;
    color: #fafafa !important;
}
.theme-btn.btn-one.one:hover{
  background: #49b280 !important;
    color: #ffffff !important;
}
.theme-btn.btn-two {
    /* border: 2px solid #d3c7a3; */
    border: 2px solid #49b280;
    background: #ffffff;
    /* color: #1b3ba2 !important; */
    color: #49b280 !important;
}
.theme-btn.btn-two:before, .theme-btn.btn-two:after{
    background: #49b280 !important;
    color: #ffffff !important;
}
.theme-btn.btn-one.one:before , .theme-btn.btn-one.one:after{
    background: #49b280 !important;
}
.theme-btn.btn-two:hover{
  color: #ffffff !important;
}
.benefits-carousel .cc-p{
    margin-bottom: 8px;
}
/* .mega-menu ul li a:hover {
    color: #0f9f50;
} */
.mega-menu-content .benefit-arrow{
  visibility: hidden !important; 
    opacity: 0;
    font-weight: 600;
    /* Optional: Add a smooth transition for a better visual effect */
    transition: opacity 0.8s ease, visibility 0.8s ease;
     margin-right: 10px;
}
.mega-menu ul li a:hover .benefit-arrow{
  visibility: visible !important;
    opacity: 1;
 
}

/* popup */

/* popup */
/* --- Custom Styles to Match the Image --- */

/* A custom background for the modal-content */
.custom-modal-content {
  /* background: linear-gradient(135deg, #f0f0f0 0%, #e0eafc 100%);  */
  border-radius: 15px;
  overflow: hidden;
  /* Important for containing the inner gradient */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-image: url(../../popup/images/popBG.jpg);
}

/* The blue/purple gradient panel on the left */
.gradient-panel {
  /* background: linear-gradient(90deg, #4c2f9d, #6c89f5, #00c6ff); */
  color: white;
  padding: 30px;
  border-radius: 0 0 0 15px;
  /* Adjust if you want the curve to continue */
}

/* Ensure the icon has some space */
.gradient-panel .bi {
  margin-right: 10px;
}

/* Style the main headline */
.main-headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

/* Style for the button to match the gradient */
.btn-custom-gradient {
  /* This mimics the gradient from the button in the image */
  background: linear-gradient(to right, #6c89f5, #00c6ff);
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%;
  /* Make it full width like in the image */
}

/* Input field styling for a cleaner look */
.form-control-custom {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 10px 15px;
}

/* Spacing for content around the icon/inputs */
.content-area {
  padding: 30px;
  background-image: url(../../popup/images/email.png);
  background-repeat: no-repeat;
}

.popTxt h2 {
  font-size: 60px;
  color: #000;
  font-weight: 600;
}

.popTxt p {
  font-size: 21px;
  font-weight: 500;
  color: #000;
}

.popList {
  list-style: none;
  padding: 35px 0;
  margin: 0;
  position: relative;
  width: 78%;
  margin-top: 35px;
}

.popList li {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 1000;
}

.popList li i {
  font-size: 20px;
  margin-right: 15px;
}

.ulBG {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg,
      rgb(65, 239, 255) 0%,
      rgb(97, 93, 250) 100%);
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  position: absolute;
  top: 0;
  left: -95px;
}

.popTxt {
  padding-left: 100px !important;
}

.apply {
  border-radius: 10px;
  background-image: linear-gradient(270deg, rgb(65, 239, 255) 0%, rgb(97, 93, 250) 100%);
  border: 0;
  padding: 0 95px;
  height: 68px;
  margin-top: 75px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 70%;
  margin: auto;
  margin-top: 40px;
}

aside {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

aside img {
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.popup-col5 {
  padding-right: 100px;
}

.popup-warning {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 40px;
  display: block;
}
.popup-close{
      z-index: 99;
    background-color: #4c2f9d;
    border-radius: 50%;
    padding: 3px 15px;
    opacity: 1;
    color: #fff;
    right: 0;
    top: 0px;
}
.benefits-carousel .cc-p, .benefits-carousel .cc-p-ul {
    font-size: 1.05rem;
}
@media only screen and (max-width: 1567px) {
    .benefits-carousel .carousel-caption.cc1 {
        bottom: 2% !important;
    }
    .benefits-carousel .carousel-caption {
    width: 47%;
    }
    .cc-heading {
    font-size: 1.9rem;
}
.benefits-carousel .pb_banner {
    padding-bottom: 480px;
}


}

@media only screen and (max-width: 1024px){
.benefits-carousel .carousel-caption.cc1, .benefits-carousel .carousel-caption {
        
        width: 80% !important;
    }
     .benefits-carousel .pb_banner {
        padding-bottom: 530px;
    }
}
@media only screen and (max-width: 768px) {
    .benefits-carousel .pb_banner {
        padding-bottom: 480px;
    }
}
@media only screen and (max-width: 600px){
      .benefits-carousel .carousel-caption.cc1, .benefits-carousel .carousel-caption {
        left: 6% !important;
        width: 90% !important;
    }
        .benefits-carousel .pb_banner {
        padding-bottom: 460px;
    }
    .benefits-carousel .image-layer{
          background-position: left !important;
    }
    .theme-btn.btn-one.one{
      margin-bottom: 20px;
    }
    .modal.show .modal-dialog {
    padding: 30px 5px !important;
    }
    .popTxt {
    padding-left: 40px !important;
}
.popTxt h2 {
    font-size: 30px;
}
.popTxt p {
    font-size: 15px;
}
.popList {
  font-size: 18px;
    width: 96%;
}
.popList li {
    font-size: 19px;
}
aside img {
    width: 50%;

}
.apply {
    width: 90%;
    margin-bottom: 40px;
}
.popup-col5 {
    padding-right: 20px;
}
.textField {
    width: 100% !important;
        padding-left: 15px !important;
}
.popup-warning {
    font-size: 17px;
}
.popup-close{
      z-index: 1;
    background-color: #4c2f9d;
    border-radius: 50%;
    padding: 3px 15px;
    opacity: 1;
    color: #fff;
    right: 0;
    top: 0px;
}
}
