/* Author: Radhe 
Company:Bonwic Technology
*******************************************
*******************************************
** - Default CSS
** - Banner Area CSS
** - Categories Area CSS
** - About Area CSS
** - Video Area CSS
** - Courses Area CSS
** - Choose Area
** - Team Area CSS
** - Testimonials Area CSS
** - Learning Area CSS
** - Blog Area CSS
** - Footer Area CSS
** - Copyright Area CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&amp;family=Lexend:wght@100..900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
:root {
  /*--fontFamily: "Kumbh Sans", sans-serif;*/
  /*--headingFontFamily: "Lexend", sans-serif;*/
  --fontFamily: "Source Sans 3", sans-serif;
  --headingFontFamily: "Source Sans 3", sans-serif;
  --lt-fonts: "Source Sans 3", sans-serif;
  --mainColor: #8a47cb;
  --bodyColor: #555;
  --bodyColor: #333;
  --whiteColor: #fbfbfb;
  --blackColor: #4B4956;
  --transition: .5s;
  --fontSize: 16px;
  --border-radius: 3px;
  --sub-heading-color: #1b2634;
  --theme-color: #000;
}
::selection {
  /*background-color: #000;*/
  /*color: #fff;*/
}
*::-moz-selection {
  background-color: #7f3fff;
  color: #fff;
}
html {
  scroll-behavior: smooth;
}
p {
  /*font-size: 18px !important;*/
  font-weight: 300 !important;
}
/* custom */
.option-item {
  gap: 10px;
  display: flex;
}
a.navbar-brand.me-0 img {
  width: 100px;
}
.navbar .default-btn3 {background: #fff;
    color: #000;}
.banner-warp-image .user-info {
  padding: 10px !important;
}
.about-content.style-2 .awards-info .awards-list ul li {
  font-weight: 500 !important;
  line-height: 34px !important;
}
.footer-area .logo {
  width: 175px;
}
.banner-content .title h2 {
  line-height: 1.5 !important;
  margin-bottom: 25px;
  font-size: 2rem !important;
  font-weight: 700;
}
.about-content ul li{
    color: #4b4956;
    font-weight: 300;
        line-height: 28px;
}
.pt-136 {
  padding-top: 20px !important;
}
.pb-110 {
  padding-bottom: 50px !important;
}
.single-categories-card {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: #ffebdf;
  transition: var(--transition);
  min-height: 340px !important;
  height: 340px;
}
h3.service-title {
    font-size: 19px;
    text-align: center;
    color: #992fbd;
    padding: 24px 0px;
}
.video-thumb .service-title {   color: var(--sub-heading-color);
    padding: 24px 0px;
    font-weight: 500;
    padding-bottom: 0; 
}
.video-thumb:hover {  
    /*background-color: oklch(97.59% .0029 264.54deg);*/
} 
.single-categories-card h3 {
  color: #0c1327;
  margin-bottom: 10px;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: var(--fontFamily);
  line-height: 28px !important;
}
.section-title h2 {
  line-height: 1.3;
  color: var(--blackColor);
  font-size: 28px !important;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.about-content.style-2 .awards-info .awards-list ul li img {
  top: 20% !important;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.single-funfact-info .content .text p {
  color: var(--whiteColor);
  font-size: 16px !important;
  font-weight: 500;
}
.choose-content p {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px !important;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px !important;
}
.banner-warp-info {
  max-width: 90% !important;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 90px;
  background-image: url(../images/banner/banner-warp-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem 0 !important;
  padding: 0 2rem !important;
}
.default-btn2 {
  font-size: 16px;
  padding: 10px 40px !important;
  border-radius: 50px !important;
}
.default-btn2::before {
  border-radius: 50px !important;
}
.default-btn3 {
  z-index: 1;
    position: relative;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    background-color: var(--blackColor);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fontFamily);
    background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
    border-radius: 3px !important;
    box-shadow: inset 0 0 0 1px var(--cds-color-interactive-primary);
    border: 0px solid #da36c9; 
    background: var(--theme-color);
    /*color: #000;*/
} 
.is-sticky .default-btn3 { background: #000; color:#fff;}
.default-btn2::before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  transition: var(--transition);
  background: linear-gradient(90deg, rgba(218,54,201,1) 0%, rgba(109,42,181,1) 100%);
  border-radius: 50px !important;
}
.default-btn3:hover::before,.theme-btn:hover::before {
  width: 100%;
}
.default-btn3 i {transition:var(--transition);}
.default-btn3:hover i { margin-left:5px;}
.default-btn3:hover { color: #fff;}
.default-btn3::before, .theme-btn::before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 3px;
  transition: var(--transition);
  background: #545454; 
}
.theme-btn:hover { color: #fff;}
.theme-btn:hover::before {
  background: #545454;
    border-radius: 3px;
}
.default-btn3::before {
  /*border-radius: 50px !important;*/
}
.default-btn-outline {
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fontFamily);
    border-radius: 3px !important;
    box-shadow: inset 0 0 0 1px var(--cds-color-interactive-primary);
    border: 1px solid #da36c9;
}
.top-bar {
    display:none;
    padding: 7px 0px;
    font-family: var(--lt-fonts);
        /*background: linear-gradient(90deg, rgb(91 16 179) 0%, rgb(232 41 183) 100%);*/
        background:#5b10b3;
}
.top-bar .top-leftLinks {    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    color: #fff;}
.top-bar .top-leftLinks li {    font-size: 16px;}
.top-bar .top-leftLinks li a {color:#fff;}
.flex-top {display: flex;
    justify-content: space-between;}
.right-top {display: flex;
    gap: 20px;}
.linkss {    border-right: 1px solid #fff;
    padding-right: 20px;}
.linkss a {color: #fff;
    font-weight: 600;}
.top-social {    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;}
.top-social li {    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 3px;
    line-height: 25px;
    text-align: center;}
.top-social li a {    color: #d402b3;}
.desk-hide { display:none;}
.navbar-area {
  /*box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;*/
  position: absolute !important;
    left: 0;
    right: 0;
}
.top-hero-wrapper {
  background-image: linear-gradient(130deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 0%)), url(../images/Hero-Section.webp);
    padding: 180px 0px 80px 0px; 
    background-size: cover;
    background-position: 97% 36%; 
}
/*.newHeader .nav-link { color:#fff;}*/
.top-hero-wrapper .hero-content h1, .top-hero-wrapper .hero-content p {
  color: #fff;
}

.dark-bg-default-btn3 {    background: #fff;
    color: #000;}
.dark-bg-default-btn3:before {background: #545454;}
.dark-bg-default-btn3:hover { color:#fff;}

.top-hero-wrapper .hero-content h1 {
  font-size: 2.9rem;
    margin-bottom: 2rem;
    font-weight: 600; 
}
.top-hero-wrapper .hero-content p {
  font-size: 1.35rem;
}
.btn-wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.style-2.is-sticky .newHeader .nav-link { color: var(--bs-nav-link-color);}
.style-2.is-sticky .newHeader .theme-btn { color: #da36c9;}
.top-hero-wrapper {
  position: relative;
}
.faq-section .theme-btn {
    /*color: #da36c9;*/
}
.hero-image {width: 90%;
    border: 5px solid #fff;
    border-radius: 6px;
    float: right;
    display:none;
}
.stats-section {
 display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 30px;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-top: 40px;
}

.stat-card {
  /*background: #fff; */
    /* border-radius: 12px; */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    /* padding: 30px 20px; */
     width: 260px; 
    /* text-align: center; */
    transition: transform 0.3s ease;
        border-right: 1px solid #fff;
}
 .stat-card:last-child {border-right: none;}
.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
  display:none;
}

.stat-card h2 {
      font-size: 34px;
    color: #fff;
    margin: 5px 0;
    font-weight: 600;
}

.top-hero-wrapper .hero-content .stat-card p {
  font-size: 0.95rem !important;
  color: #fff;
  line-height: 1.4;
}
.border-radius-3px {border-radius: var(--border-radius);}
.ul-listing {list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: var(--bodyColor);}
.ul-listing li {margin-bottom: 15px;
    position: relative;
    padding-left: 32px;}
.ul-listing li:before {    content: "\eb7b";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e6e5e5;
    border-radius: 40px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    background: #f6f6f6;}
.get-a-free {background-color: #fbfbfb;
    padding-bottom: 96px !important;}
.get-a-free .scnd-title {  }
.scnd-title img {}
.orlabel {color: var(--sub-heading-color);
    margin: 50px 0px;
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;}
.orlabel:after {content: '';
    height: 1px;
    background: var(--sub-heading-color);
    width: 150px;
    display: block;}
.give-call {color:#fff;}
.give-call h3 a {    color: var(--theme-color);
    font-size: 46px;
    font-weight: 400;}
.give-call h5 {color: var(--sub-heading-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;}
.get-a-free .single-contact-form form .form-group .form-control.textarea {
    height: 80px;
    padding-top: 15px !important;
}
.get-a-free .single-contact-form {    padding: 20px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 3px 3px 6px #ccc;
    border: 1px solid #ddd;}
.newHeader .navbar-nav .dropdown-menu {    background: #fff;
    top: 35px;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color: #000;}
.newHeader .navbar-nav .dropdown-menu:before {content: '';
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -27px;
    left: 24px;
    filter: drop-shadow(0 0 0px #acacac);
}
.newHeader .dropdown-item { color: #000;
    padding: 7px 15px;}
.newHeader .dropdown-item:hover { color:var(--theme-color);}
.swiper-pagination {         position: relative !important;
        margin-top: 25px;}
.swiper-pagination-bullet-active {
        background: #813588 !important;
}
    .swiper-pagination-bullet {
        background: #8f8f8f !important;
        width: 12px !important;
        height: 12px !important;
    } 
.swiper-pagination-bullet-active {
        background: var(--theme-color) !important;
    }
.blog-details-info * {font-family: var(--fontFamily) !important;}
.faq-items {}
.act-section .default-btn3 { color:#fff; background:#000;}

.about-us-images {
    position: relative;
    padding: 0 250px 210px 0;
}
.about-img-1 {
    position: relative;
}
.about-img-1 figure, .about-img-2 figure {
    display: block;
    border-radius: 20px;
}
.about-img-1 img, .about-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.about-img-2 {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-img-2 img {
    aspect-ratio: 1 / 1.334;
    border: 5px solid #fff;
}
.contact-circle {
    position: absolute;
    top: 30px;
    right: 50px;
    animation: infiniterotate 30s infinite 
linear;
}
@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}
.contact-circle img {
    max-width: 120px;
}
.about-img-1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 70px);
    width: 130px;
    height: 40px;
    background: url(../images/about-img-bg.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.ab-rows { width: 95%; margin:0 auto;}
/* Responsive */
@media (max-width: 768px) {
.faqPage .shape-4, .about.about--style5.section-padding.position-relative .shape-4 { display:none;}
.col-lg-4:nth-child(4) .single-footer-widget .contact-info {
     background-size: contain;
}
  .stat-card {
    width: 100%;
    max-width: 320px;
  }
}
.hero-image img {  
    /*height: 100%;*/
}
.video-thumb img {
  /*border-radius: var(--border-radius);*/
  /*height: 200px;*/
  width: 100%;
  object-fit: cover;
      transition: var(--transition);
} 
.video-thumb:hover img {transform: scale(1.08);}
.video-thumb {
  position: relative;
  padding: 15px;
}
.play-icon {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-icon img {
  height: auto;
}
.video-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 2rem 0;
}
/* our-usp */
.gradient-text {
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgb(101 19 157) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-sectionUsp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* Left Content */
.slider-sectionUsp .left-content {
  width: 25%;
  padding: 1rem;
  position: relative;
}
.slider-sectionUsp .left-content h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #f7f7f7;
}
.slider-sectionUsp .left-content p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f7f7f7;
}
.slider-sectionUsp .left-content button {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}
/* blog slider */
.slider-sectionBlog {
  display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column; 
}
.slider-sectionBlog .swiper-container { width: 100%;}
/* Left Content */
.slider-sectionBlog .left-content {
  width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
} 
.slider-sectionBlog .left-content p {
  font-size: 18px;
  margin-bottom: 20px;
 }
.slider-sectionBlog .left-content button {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}
.slider-sectionBlog .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #f7f7f7;*/
  font-size: 18px;
  height: auto; 
  max-width: 515px !important;
}
/* Swiper Buttons */
.swiper-button-nextBlog, .swiper-button-prevBlog {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #4b4956;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  border: 2px solid;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.sub-text {    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px 15px;
    border-radius: 50px;
    color: #000;
    margin-bottom: 30px;
}
.shape.shape-1 {
    position:absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity:.5;
    
}
.top-hero-section { background: linear-gradient(182deg, rgb(233 215 239) 78%, rgb(252 251 252) 100%);}
.sub-text i { color: var(--theme-color);}
.testimonial-content .testimonial-slider-info .owl-nav .owl-prev, .testimonial-content .testimonial-slider-info .owl-nav .owl-next {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
  border-radius: 50% !important;
}
.testimonial-slider-info-new .owl-nav button span {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    align-items: center;
    cursor: pointer;
    border: 2px solid #222;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    opacity: 1;
    font-size: 36px;
    display: block;
    line-height: 40px;
}
.testimonial-slider-info-new .owl-nav button {background: transparent !important;
    opacity: 1;}
.testimonial-slider-info-new .owl-nav button:hover { background: transparent;}
.testimonial-slider-info-new .owl-nav button:hover span {    background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
    color: #fff;
    border: 2px solid #fff;}
.testimonial-slider-info-new .owl-nav {    position: absolute;
    right: 0;
    bottom: 0;}
.textHighlighted {background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;}
.textHighlighted1 { color: #da36c9;
    font-weight: 500;}
.swiper-button-prevBlog {
  left: 20px;
}
.swiper-button-nextBlog {
  left: 80px;
}
.swiper-button-prevBlog svg, .swiper-button-nextBlog svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.swiper-button-nextBlog:hover, .swiper-button-prevBlog:hover {
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
  color: #fff;
  border: 2px solid #fff;
}
.copyright-area {
  padding-top: 17px;
  padding-bottom: 17px;
  /*background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);*/
}
.single-footer-widget.logo-info p {
  opacity: 1 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 300 !important;
}
.single-footer-widget.links-info ul li a { 
  color: #fff;
  font-size: 16px;  
}
.copyright-content p {
  font-size: 16px !important;
}
.our-usp .slider-sectionUsp .swiper-slide {    align-items: flex-start;}
/* end blog slider */
/* Swiper Container */
.swiper-container {
  width: 75%; 
  position: relative;
}
.swiper {
  width: 100%;
}
.slider-sectionUsp .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 18px;
  height: auto;
  border-radius: var(--border-radius);
  max-width: 515px !important;
}
/* Swiper Buttons */
.swiper-button-nextUsp, .swiper-button-prevUsp {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  border: 2px solid;
}
.swiper-button-prevUsp {
  left: 20px;
}
.swiper-button-nextUsp {
  left: 80px;
}
.swiper-button-prevUsp svg, .swiper-button-nextUsp svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
/* Video Section */
.video-thumb-section {
  padding: 50px 0px;
}
.border-box {border: 1px solid #e9eaf2;
    box-shadow: 3px 2px 4px #e9eaf2;
    border-radius: var(--border-radius);;
}
/* USP Item Content */
.usp-item-content-wrap {
  display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    flex-direction: column;
}
.homeTestimonila .user-image img {    filter: opacity(0.5);}
.homeTestimonila .user-image .active img {    filter: opacity(1);}
.usp-item-title {
  /*width: 35%;*/
  text-align: left;
  color: #0b141a;
}
.usp-item-title h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  /*margin-right: 10px;*/
}
.usp-item-subtitle {
  /*width: 65%;*/
  text-align: left;
  color: #0b141a;
}
.usp-item-subtitle p {
      font-size: 15px;
    line-height: 24px;
}
.section-padding { padding: 50px 0px;}
/* Sticky section start */
.stiky-sec{background: #fbfbfb; padding-bottom:0px;     position: relative;}
.stiky-sec .stiky-sec-boxs {
    position: relative;
    margin-top: 0px;
}
.stiky-sec .stiky-sec-boxs .stiky-single {
    background-color: var(--extra-light-gray);
    border-radius: var(--border-radius);
    padding: 30px;
    margin-top: 0px;
}
.stiky-sec .stiky-sec-boxs .stiky-single .default-btn3 { background:#000; color:#fff;}
.stiky-sec .stiky-sec-boxs .stiky-single:nth-child(1) {
    position: sticky;
    top: 100px;
}
.stiky-sec .stiky-sec-boxs .stiky-single:nth-child(2) {
    position: sticky;
    top: 150px;
}
.stiky-sec .stiky-sec-boxs .stiky-single:nth-child(3) {
    position: sticky;
    top: 200px;
}
.stiky-sec .stiky-sec-boxs .stiky-single:nth-child(4) {
    position: sticky;
    top: 250px;
}
 
.stiky-sec .stiky-sec-boxs .stiky-single .stiky-sec-img {
    position: relative;
    text-align: right;    border-radius: var(--border-radius);
    overflow: hidden;
}
.stiky-single:hover img {transform: scale(1.08);}
.stiky-sec-img img { transition: var(--transition);}
.scnd-btn {
        border: 0px;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: var(--border-radius);
    font-weight: 500;
        background: #000;
}
.stiky-sec .stiky-sec-boxs .stiky-single {
        background-color: #fff; 
    margin: 0 auto;
    margin-bottom: 50px;
    z-index: 9;
    /* border: 1px solid #b6b6b6; */
    box-shadow: 1px 1px 4px #ececec;
}
/* Sticky section end */
/* USP Item Image */
.usp-item-wrap {overflow: hidden;}
.our-usp .slider-sectionUsp .swiper-slide:hover {    background-color: oklch(97.59% .0029 264.54deg);}
.usp-item-wrap:hover .usp-item-img img {    transform: scale(1.08);}
.usp-item-wrap .usp-item-img img {transition: var(--transition);}
.usp-item-img {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  overflow: hidden;
}
.usp-item-img img {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.vd-title {
     text-align: center;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 2.5rem;
}
.new-section-title {margin-bottom: 20px;
    font-weight: 600;
    line-height: 2.8rem;
    font-size: 2.3rem;
    color: var(--sub-heading-color);}
.scnd-title {margin-bottom: 20px;
    font-weight: 600;
    line-height: 3rem;
    font-size: 2.5rem;
    color: var(--sub-heading-color);}
.new-section-title-para {font-size: 18px;
    text-align: center;
    margin-bottom: 20px !important;}
.new-textHighlighted {font-weight: 500;}
p.vd-title-desc {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 3rem !important;
}
    .main-image {
      width: 100%;
      max-width: 400px;
      border-radius: 10px;
      transition: opacity 0.5s ease;
    }
    .user-image {
      display: flex;
      gap: 10px;
      margin-top: 15px;
      flex-wrap: wrap;
    }
    .user-image div img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

.homeAbout .about-area {padding-bottom: 7rem;}
.homeAboutRow { align-items: center; }
.homeAboutRow .about-content {margin-bottom: 0px;}
.testiChange {}
.testiChange .owl-item {    padding: 30px;
    /*background: #fff;*/
    border-radius: var(--border-radius); 
    margin: 20px 0px;
    /*border: 1px solid #b6b6b6;*/
    /*box-shadow: 3px 2px 4px #fca5de;*/
}
.testiChange .owl-item.active.center {background: #fff;
    /*border: 1px solid #b6b6b6;*/
    box-shadow: 1px 1px 4px #c0c0c0;}
.testiChange .owl-item img {width: 60px; display:none;
    margin: 0 auto; }
.testiChange { text-align: left;}
.testiChange .owl-item .content span {} 
.testiChange .testimonial-content .users-info .content h3 {color: #000; }
.testiChange .testimonial-content .owl-item p {  font-size: 16px; } 
.testiChange .testimonial-content .users-info {margin-top:25px;}
.testiChange .owl-stage { display:flex;}
.modal .modal-close {
         top: 5px; 
    right: 0px;
    color: #494949;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 30px;
    /* display: block; */
    line-height: 22px;
    border: 0px solid #000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-color);
}
.justifyContent {    text-align: justify;}
.sectionCss {    padding: 50px 0; background: #fff;}
.sectionTitleCss h2 {font-size: 2.5rem;
    margin-bottom: 30px;
    color: #4b4956;
    font-weight: 500;}
.sectionCss img {    border-radius: 10px;}
.actSection { position:relative;    background: #fff url(../images/intro-shape.webp) bottom left no-repeat;
    background-size: 180px; }
.actListing {    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px;
    padding-top:15px;
    justify-content: center;}
.actListing li {   font-size: 16px;
    /* font-weight: 500; */
    padding: 15px;
    border: 1px solid #b6b6b6;
    width: calc(23.6% - 8px);
    list-style: none;
    position: relative;
    background: #feffff;
    border-radius: var(--border-radius);
    box-shadow: 0px 6px 0px #b6b6b6;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    transition:var(--transition);
}

.act-section {background: url(../images/banner-bg-thumb-02.webp) top left no-repeat; background-size: cover;    position: relative;}
.act-section .about-button { margin-bottom: 0px;}
.actList li {    margin-bottom: 15px;
    position: relative;
    padding-left: 32px;}
.actListing li:hover {background-color: oklch(97.59% .0029 264.54deg);
border: 1px solid #75277c;
    box-shadow: 0px 6px 0px #75277c;}
.actListing li:hover span { background:#75277c; }

.actListing li:hover span i { color:#fff;}
.actListing li span {background-color: #fcf1f5;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 56px;
    padding: 0;
    margin-bottom: 15px;
    transition:var(--transition);}
.actListing li i { 
    color: #ce34c7;
    font-size: 24px;
    font-weight: 600;
}
.ovr-imag-hover {    overflow: hidden;
    border-radius: var(--border-radius);}
.ablast {background:#fff7fc;}
.benefitsListing {display: flex;
    gap: 30px;
    padding-top: 15px;
    /* align-items: center; */
    flex-wrap: wrap;}
.benefitsListingLeft {    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 62%;}
.benefitsListingRight {width: 35%;}
.benefitsListingContent {width: 48%;padding: 0px 0px 15px 0px;}
.benefitsListingContent h3 {    font-size: 1.3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;position:relative;    padding-left: 24px;}
.benefitsListingContent p {font-size: 1rem !important;}
.benefitsListingContent h3 i {position: absolute;
    left: -4px;
    color: #ce34c7;
    font-size: 24px;
    font-weight: 600;
    top: -2px;}
.newHeader .nav-link {line-height: 1;
    position: relative;
    color: #fff;
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    transition: var(--transition);
    margin-left: 10px;
    margin-right: 10px;
}
.newHeader { padding:0px;}
.oderTwo {order:2;}
.oderThree {order:3;}
.shtcLogo {height: 56px;}
.gtm-noscript {display:none;visibility:hidden;}
.newHeader .navbar-collapse {    margin-left: auto;
    flex-grow: inherit;
    padding-right: 15px;}
.theme-btn {font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 3px;
    position: relative;}
.partner-section.ab-partner { background:transparent; padding:0px;}
.ab-partner .partner-container {    background: #fbfbfb;
    padding: 15px;
}
.ab-partner .partner-title {color: var(--sub-heading-color);}
.ab-partner .partner-para {color: var(--bodyColor);}
.need-faq-m { display:none;}
/* Responsive Design */
@media (max-width: 1024px) {
  .swiper-container {
      width: 100%;
 }
  .slider-sectionUsp {
      flex-direction: column;
 }
  .slider-sectionUsp .left-content {
      width: 100%;
      text-align: center;
 }
  .swiper-button-prevUsp {
      left: 10px;
 }
  .swiper-button-nextUsp {
      left: 60px;
 }
}
.our-usp {
  background-color: #0b141a;
  margin: 0;
  position: relative;
  padding: 50px 0px;
  background: #0b141a url(../images/1.png) center center no-repeat;
background-size: cover;
}
.btn-wrap-usp {
  display: flex;
  gap: 10px;
  margin: 2rem 0;
}
.updates-section {
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.updates-text {
  max-width: 300px;
}
.swiper-container {
  width: 70%;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.update-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 300px;
}
.update-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border: 1px solid #000;
  border-radius: 25px;
  text-decoration: none;
  color: #000;
}
/* Swiper Navigation */
.swiper-button-prev, .swiper-button-next {
  color: #000 !important;
}
.partner-section .swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px;
 /* Bottom padding for navigation */
}
.faq-title p {    font-size: 18px;
    margin-bottom: 20px;}
.faq-section button.accordion-button {     font-size: 20px;
    padding: 22px !important;}
.partner-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
      border-radius: 4px;
}
.partner-section .swiper-slide img {
  /*max-width: 200px;*/
 /* Adjust logo size */
  height: auto;
  /*filter: grayscale(100%);*/
 /* Optional grayscale effect */
  transition: 0.3s;
}
.partner-section .swiper-slide img:hover {
  filter: grayscale(0%);
}
/* Centered Navigation Buttons */
.partner-section .swiper-navigation-container {
  display: flex;
  display:none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.partner-section .swiper-button-next-clients, .partner-section .swiper-button-prev-clients {
  background: transparent;
  color: #4b4956;
  padding: 10px 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #4b4956;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.partner-section .swiper-button-next-clients:hover, .partner-section .swiper-button-prev-clients:hover {
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
  color: #fff;
  border: 2px solid #fff;
}
.swiper-button-nextUsp:hover, .swiper-button-prevUsp:hover {
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
  color: #fff;
  border: 2px solid #fff;
}
.about-title {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #4b4956;
  font-weight: 500;
}
.about-content h3 {
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 2.5rem;
}
.about-button {
  margin-top:2rem;
}
.about-area {
  background-color: #f7f7f7;
  padding: 2rem 0 4rem 0;
}
.partner-section {
  padding: 30px 0px;
  background: #000;
} 
.partner-para { font-size: 18px;
    line-height: 24px;
    color: #fff;}
.partner-title {    font-size: 30px;
    font-weight: 600;}    
.about-image.style-2 .image-two img {
  max-width: 385px !important;
  border-radius: 10px;
  border: 5px solid var(--whiteColor);
}
.about-image.style-2 .image-one img {
  max-width: 320px !important;
  border-radius: 10px;
}
.about-image.style-2 .image-two {
  margin-top: -320px !important;
}
.testimonial-area {
  background-color:#ffeef9;
  padding: 50px 0px;
    background: #fbfbfb url(../images/col-bgimage-8.png) bottom center no-repeat;
    background-blend-mode: overlay;
} 
.users-info {display: flex;
    justify-content: space-between;}
.users-info ul {list-style: none;
    margin: 0;
    padding: 0;}
.users-info ul li i {color: #ffca09;
    font-size: 18px;}
.testiinfo {display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;}
.testimonial-title p {
  font-weight: 300 !important;
  font-size: 18px;
}
.testimonial-content .testimonial-slider-info .owl-nav .owl-prev:hover, .testimonial-content .testimonial-slider-info .owl-nav .owl-next:hover {
  color: var(--whiteColor) !important;
  border-color: var(--mainColor);
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
}
.testimonial-content .testimonial-slider-info .owl-nav .owl-prev, .testimonial-content .testimonial-slider-info .owl-nav .owl-next {
  left: 303px;
  bottom: 0;
  margin: 0;
  width: 50px !important;
  height: 50px !important;
  font-size: 20px;
  line-height: 50px !important;
  margin-right: 50px !important;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  border: 2px solid #4b4956 !important;
  transition: var(--transition);
  color: #4b4956 !important;
  background-color: var(--whiteColor);
}
.faq-section {
  /*background-color: #F2F2F2;*/
  margin: 0;
  position: relative;
  padding: 50px 0px;
}
.faq-section .need-faq-d .default-btn3 { background:#000; color:#fff;}
.faq-section .need-faq-d .theme-btn, .faq-section .need-faq-m .theme-btn { border-color:#000; color:#000;}
.faq-section .need-faq-d .theme-btn:hover {color:#fff;}
.top-sec {
      display: flex;
    /*align-items: center;*/
    /*align-content: center;*/
    flex-wrap: wrap;
    flex-direction: column;
        gap: 25px;
}
.faq-title h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  /*color: #f7f7f7;*/
}
.faq-section button.accordion-button.collapsed {
  background: #fff; 
    color: #fff;
    padding: 2.5rem;
    border-radius: var(--border-radius) !important;
}
.faq-section .accordion-item {
  background: #fff;
  /*color: #fff;*/
  /*border: 0px solid #33463f !important;*/
  margin: 1rem 0;
  border-radius: var(--border-radius);
}
.faq-section button.accordion-button {
 background: #eee;
    padding: 2.5rem;
    color: var(--sub-heading-color) !important;
    border-radius: var(--border-radius);
    border: 1px solid #eee;
}
.faq-section.faqPage .accordion-item:not(:first-of-type) {border-top: 1px solid #ddd;} 
.faq-section.faqPage button.accordion-button.collapsed { background: #fbfbfb;}
.faq-section .accordion-body {
  font-size: 16px;
  line-height: 26px;
  font-weight:300;
}
.faq-section .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}
.faq-all-btn a {
      color: #da36c9 ;
    text-decoration: underline;
    font-size: 1.2rem;
    letter-spacing: .5px;
}
.faq-all-btn a:hover {
  color: #772bb7 !important;
  text-decoration: underline;
}
.faq-section button.accordion-button.collapsed:hover {
  /*background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);*/
  background:#fbfbfb;
  border: 1px solid #b6b6b6;
}
.accordion-button::after {
  background-image: url("../images/icon/acd.svg") !important;
}
.blog-section {
  background-color: #fbfbfb;
  margin: 0;
  position: relative;
  padding: 50px 0px;
} 
.single-blog-info ul li {
  font-weight: 400;
  font-size: 1rem !important;
} 
.single-blog-info .image {overflow: hidden;}
.readmoreBtn {}
.readmoreBtn a {    color: var(--theme-color);
    /* text-decoration: underline; */
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;    font-weight: 500;}
.readmoreBtn a i { font-size: 20px; transition: transform 0.4s ease;
    /*transform: rotate(45deg);*/
    } 
.readmoreBtn .readmoreBtn a:hover i {
    transform: rotate(-45deg);
    }
.single-blog-info:hover .readmoreBtn a i {
    transform: rotate(-45deg);
    }
.dateBlog {}
.dateBlog span {font-size: 14px;
    color: #9b9b9b;}
.dateBlog i {color: #9b9b9b;}
.single-blog-info h3 {
   font-size: 20px;    
   margin-bottom: 0;
 }
.single-blog-info h3 a {    color: var(--sub-heading-color);}
.about-area {
  background-color: #fff7fc;
  padding: 5rem 0 3rem 0;
}
.testimonial-content p {
  font-weight: 500;
  font-family: var(--fontFamily);
  color: #4b4956;
}
/* media query */
.desktop {
  display: block;
}
.mob {
  display: none;
}
.top-bar-header {
      /* background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%); */
    padding: 3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: 5rem; */
    background-image: linear-gradient(104deg, rgb(0 0 0), rgb(0 0 0 / 84%)), url(../images/br-bg.webp);
    padding-top: 120px;
    /*background-position-y: 807px;*/
}
.leftLead {    width: calc(42% - 0px);}
.rightLead {    width: calc(58% - 0px);    background: #fff;}
.leadGenModal .modal-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: space-between;padding: 0; 
    width: 760px;
    background: transparent !important;
    border-radius: 6px;
    overflow: hidden;
}
.popup-logo {
    max-width: 150px;
    margin: 0 auto;filter: brightness(56);
}
.leftLead h5 {
        color: #fff;
    line-height: 30px;
    font-weight: 400;
    font-size: 22px;
    margin-top: 15px;
    text-align: center;
        z-index: 1;
}
.color-dark { color: #000;}
.leftLead {background-image: url(../images/about/aboiut-33.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    gap: 15px;
    position:relative;
}
.leftLead:before {    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .8;}
.leadCol {
    /*width: calc(50% - 0px);*/ 
    overflow: hidden;
        padding: 30px 15px;
} 
.rightLead .leadCol {padding: 15px 0px;}
.leadGenModal .modal-header {
    flex-direction: column;
    padding: 0px 15px;
    border: none;
}
.leadGenModal .modal-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: left;
    color: #000;
    font-weight: 600;    width: 100%;
}
.leadGenModal .btn-close {
    position: absolute;
    right: -5px;
    top: -5px;
    opacity: 1;
    background: #bf1e2d;
    border: 2px solid #921521;
    border-radius: 50%;
    line-height: 14px;
    font-size: 18px;
} 
.leadGenModal .form-group label{    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 3px;}
.leadGenModal .form-group {margin-bottom: 15px;}
.leadGenModal .form-control {
        padding: 10px;
    border: none;
    border-radius: var(--border-radius);
    border: 1px solid #afafaf;
    color:#333 !important;
    font-size: 15px;
    font-weight:400;
}
.required-text { color: red;}
.leadGenModal .form-control::placeholder{color:#fff; font-size: 14px; }
.leadGenModal select.form-control {color:#333 !important;}
.top-bar-headSec h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.top-bar-headSec {    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;}
.top-bar-headSec ul {padding: 0;
    margin: 0;
    color: #ffffff;
    list-style: none;
    display: flex;
    gap: 10px;}
.top-bar-headSec ul li {}
.top-bar-headSec ul li a {    color: #fff;}
.about-image .experience-info {
  padding: 25px 40px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
  margin-left: -35px;
  margin-right: 20px;
  margin-bottom: 25px;
}
.about-content .about-title h2 {
  font-size: 2.5rem !important;
  margin-bottom: 10px !important;
  color: #4b4956 !important;
  font-weight: 600;
}
.about-content h3 {
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 2.5rem;
}
.about-content h4 {
  font-size: 1.5rem !important;
  margin-bottom: 10px !important;
  color: #4b4956 !important;
  font-weight: 500;
}
.work-with h3 {
  /*font-size: 1.35rem !important;*/
  /*font-weight: 500 !important;*/
  /*margin-bottom: 10px !important;*/
  /*text-align: left;*/
  /*line-height: 32px !important;*/
}
.mySwiperWorkWith {border-top: 2px solid rgb(231, 231, 232);}
.mySwiperWorkWith .single-blog-info { padding-top: 0px;}
.work-step-thumb {
    padding-left: 10px;
}
.work-step-thumb img {filter: brightness(0);}
.mySwiperWorkWith .swiper-wrapper {align-items: flex-start;}
.abSteps {
    padding-bottom:25px;
}
.abSteps .single-blog-info { background:transparent;}
.work-with {    display: flex;
    flex-direction: column;
    gap: 15px;}
.work-with span {    font-size: 36px;
    color: var(--sub-heading-color);
    font-weight: 600;
    line-height: 0.8;
    display: inline-block;}
.work-with p {
  font-size: 1rem !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
  text-align: left;
  line-height: 26px;
}
.swiper-button-nextWorkWith, .swiper-button-prevWorkWith {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #4b4956;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  border: 2px solid;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.swiper-button-nextWorkWith {
  left: 80px;
}
.swiper-button-nextWorkWith:hover, .swiper-button-prevWorkWith:hover {
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
  color: #fff;
  border: 2px solid #fff;
}
.about-area {
  background-color: #ffeef9 !important;
  padding-top: 5rem !important;
}
.pages-blog-card .content h3 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 20px !important;
  font-weight: 300 !important;
  font-family: var(--fontFamily);
}
.pages-blog-card .image span {
  display: none !important;
}
.blog-grid-area {
  margin-top: 3rem !important;
}
.blog-details-info .content blockquote {
  padding: 30px;
  border-radius: 4px;
  position: relative;
  background-color: #1cca81;
  margin-top: 30px;
  margin-bottom: 25px;
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
} 
.single-pages-widget.recent-blogs .items .content h4 a {
      color: var(--sub-heading-color);
    font-size: 16px;
    font-weight: 400;
}
.blogUsers {list-style: none;
    padding: 0;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #000;
    font-weight: 600;}
.blogUsers li {display: flex;
    gap: 10px;
    align-items: center; margin-bottom: 0px !important;}
.blogUsers li img {       /* filter: invert(1); */
    filter: brightness(0);}
.read-more {
  display: inline-block;
  margin-top: 2px !important;
  padding: 5px 10px !important;
  border: 1px solid #ffffff;
  border-radius: 25px;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
  color: #fff !important;
}
.about--style5 .about__thumb-image {
    border-top-right-radius: 49%;
    border-top-left-radius: 49%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #F2F3F5;
    object-fit: cover;
    text-align:center;
}
.about__wrapper .stat-card h2 {    color: var(--sub-heading-color);}
.about__wrapper .stat-card { border-color: #ccc;}
.single-pages-widget.recent-blogs .items .content .read-more {
  font-size: 10px !important;
  font-weight: 400 !important;
}  
.show-d {}
.show-m {display:none;}
.single-pages-widget.form-info form .form-group button {
  background: linear-gradient(90deg, rgba(218,54,201,1) 0%, rgba(109,42,181,1) 100%) !important;
}
.blog-details-info .content h5 {
  line-height: 1.4;
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 22px !important;
  font-weight: 500 !important;
  font-family: var(--fontFamily);
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
  color: var(--whiteColor);
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
}
.terms-conditions-content .title h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--blackColor);
}
.terms-conditions-content .title h2 {   font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
        color: var(--sub-heading-color);
}
.terms-conditions-content .title p a {
  color: #000 !important;
  text-decoration: none;
}
.terms-conditions-content .title ul.confidential li a {
  color: rgb(164 48 191) !important;
  text-decoration: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
  /*border-radius: 20px !important;*/
}
.default-btn2.style-3 {
  background-color: var(--mainColor);
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
}

.benifite-list {    margin-top: 20px;}
.benifite-list h3 {font-size: 18px;    color: var(--sub-heading-color);
    margin-bottom: 8px;}
.benifite-list p {}
.ab-faq-section .top-sec { gap:0;}
.ab-faq-section .stats-section {    margin-top: 20px;justify-content: flex-start;}
.ab-faq-section .stat-card h2 {    color: var(--sub-heading-color);}
.ab-faq-section {  
    /*background: #fbfbfb;*/
    
}
.faq-section.ab-faq-section .accordion-button {}
.ab-faq-section .stat-card {        width: 200px; border-color: #ddd;}
.video-thumb-section .about-image .shape .shape1 {  filter: invert(1);
    opacity: .4;
    max-width: 130px;}
.video-thumb-section .about-image .shape .shape2 {    right: 33px;
    left: auto;
    top: 174px;opacity: .2;}
.shape-group-1 .shape.shape-1 {
    top: 30px;
    left: 50px;
}
.shape-group-1 .shape img {
        opacity: 0.4;    filter: grayscale(1);
    }
.shape-group-1 .shape.shape-2 {
    top: 30px;
    right: 0;
}
.shape-group-1 .shape.shape-3 {
    bottom: 80px;
    left: 0;
}
.shape-group-1 .shape.shape-4 {
       bottom: 15px;
    right: 65px;
} 
.shape-group-1 .shape {
    position: absolute;
    z-index: -1;z-index: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.isBounce {    -webkit-animation: mk-anim-bounce 4s infinite alternate linear;
    -moz-animation: mk-anim-bounce 4s infinite alternate linear;
    animation: mk-anim-bounce 4s infinite alternate linear;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
        position: absolute;
    top: 50px;
    left: 15px;
    width: 70px;
    filter: opacity(0.5);
    filter: grayscale(1);
}


@keyframes mk-anim-bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}


@media (min-width:1081px) and (max-width: 1300px) {
  .top-hero-wrapper .hero-content h1 {
      font-size: 2.55rem !important;
      margin-bottom: 1rem;
 } 
  .faq-section {
      padding: 5rem;
 }
}
@media (min-width:901px) and (max-width: 1080px) {
  .top_button {
      display: flex;
      gap: 10px;
 }
  .default-btn2 {
      padding: 8px 30px !important;
 }
  .default-btn3 {
      padding: 8px 30px !important;
 }
  .top-hero-wrapper .hero-content h1 {
      font-size: 2.25rem;
      margin-bottom: 1rem;
 } 
}
@media (min-width:767px) and (max-width: 900px) {
  .container, .container-md, .container-sm {
      max-width: 100% !important;
      padding-left: 2rem !important;
      padding-right: 2rem !important;
 } 
}
@media only screen and (max-width: 991px) { 
.faq-section .need-faq-m .theme-btn { color:#000;}
.ab-faq-section .stats-section {
        max-width: 100%; 
    }
.ab-faq-section .stats-section p {font-size: 14px !important;}
.sectionTitleCss h2 {
    font-size: 2rem;
}
.ab-faq-section .faq-title {
        text-align: left;
    }
.actListing li { width:46%; }

.testiChange .owl-item {
    padding: 15px;
}
 .users-info ul li i { 
    font-size: 16px;
}
.testiChange .owl-item img {
    width: 40px; 
}
.testimonial-content .users-info .content h3 {
    /*margin-bottom: 3px;*/
}
.partner-titlessd { text-align:center; margin-bottom:20px; }
.faq-title { text-align:center;}
.partner-title { text-align:center; } 
.top-sec .btn-wrap { margin-top:0px; margin-bottom: 20px;justify-content: center;}
.top-sec.mob { display:none;}
.swiper-button-nextBlog, .swiper-button-prevBlog {position: relative;
        transform: none;
        left: auto !important;
        right: auto !important;}
}
@media (min-width: 320px) and (max-width: 890px) {
  p {
      font-size: 16px !important;
 }
 .about-content ul li{ font-size: 18px !important;}
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .others-option {
      display: block !important;
 }
 .modal-content{
     width:95% !important;
 }
 p.vd-title-desc{
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 0rem !important;
}
  .top_button {
      width: auto;
      position: absolute;
      right: 50px;
      top: 0;
 }
 /* .option-item {
      gap: 10px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      padding-right: 2.5rem !important;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
      margin-top: 0 !important;
      background-color: #ffffff;
 }
  */ 
  .default-btn2 {
      padding: 10px 20px !important;
      font-size: 17px !important;
 }
 .vd-title br {
display: none;
}

  .hero-image {
      display: none;
 }
 
 .top-hero-wrapper .hero-content p{
     font-size: 20px !important;
 }
 
 /* .vd-title {*/
 /*     text-align: center;*/
 /*       margin-bottom: 12px;*/
 /*       font-weight: 500;*/
 /*       line-height: 2rem;*/
 /*       font-size: 1.5rem;*/
 /*}*/
 
  .video-bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin: 1.5rem 0;
 }
 
 
 
  .slider-sectionUsp .left-content {
      width: 100%;
      text-align: center;
     /* margin-bottom: 5rem;
      */
 }
  .swiper-container {
      width: 100%;
      overflow: hidden;
      padding-left: 1rem;
 }
  .swiper-button-prevUsp {
      left: 20px;
 }
  .swiper-button-nextUsp {
      left: 80px;
 }
  .image-two {
      display: none;
 }
  .about-image.style-2 .image-one img {
      border-radius: 30px !important;
 }
  .about-image.style-2 .image-one img {
      max-width: 100% !important;
 }
  .usp-item-subtitle {
      width: 100%;
 }
  .usp-item-title {
      width: 100%;
 }
  .usp-item-content-wrap {
      height: auto;
 }
  .about-area {
      padding: 2rem 0 0rem 0;
 }
 .homeAbout .about-area {padding: 2rem 0 2rem 0;}
  .about-title {
      color: #4b4956;
      font-weight: 500;
      font-size: 2.15rem;
      margin-bottom: 10px;
      text-align: left;
 }
  .about-content h3 {
      margin-bottom: 10px;
      font-weight: 300;
      line-height: 2rem;
 }
  .about-button {
      margin-top: 2rem;
      margin-bottom: 2rem;
 } 
  .partner-title h2 {
      font-size: 2.15rem;
      margin-bottom: 10px;
      color: #4b4956;
      font-weight: 500;
      text-align: center;
 }
  .partner-section .swiper {
      width: 100%;
      max-width: 100%;
      margin: auto;
      padding: .5rem 0;
 } 
  .testimonial-content .testimonial-slider-info .owl-nav .owl-prev, .testimonial-content .testimonial-slider-info .owl-nav .owl-next {
      margin-right: 10px !important;
 }
 
 
  .desktop {
      display: none !important;
 }
  .mob {
      display: block;
 }
  
  .slider-sectionBlog {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      flex-direction: column;
 }
  .slider-sectionBlog .left-content {
      width: 100%;
      position: relative;
 }
  .slider-sectionBlog .left-content h2 {
      font-size: 2.15rem;
      margin-bottom: 10px;
 } 
  .single-blog-info ul li {
      font-size: .75rem !important;
 }
  .single-blog-info ul li img {
      width: 14px;
 }
  .single-blog-info ul li {
      padding-left: 20px !important;
 }
  .slider-sectionBlog .swiper-slide {
      background-color: transparent;
 }
  .slider-sectionBlog .mob {
      position: absolute;
      bottom: 4rem;
      left: .5rem;
 }
 
  .swiper-button-nextUsp, .swiper-button-prevUsp {
      width: 45px;
      height: 45px;
 }
  .swiper-button-nextBlog, .swiper-button-prevBlog {
      width: 45px;
      height: 45px;
 }
  .testimonial-content .testimonial-slider-info .owl-nav .owl-prev, .testimonial-content .testimonial-slider-info .owl-nav .owl-next {
      width: 45px !important;
      height: 45px !important;
      line-height: 45px !important;
 }
}
/* end media query */
/* .testimonial-responsive-image img {
  width: 250px;
}
*/
/* end our usp */
/* end custom */
body {
  margin: 0;
  padding: 0;
  color: var(--bodyColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
  /*background-color: var(--whiteColor);*/
}
a {
  transition: var(--transition);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0 !important;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pt-136 {
  padding-top: 136px;
}
.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pt-110 {
  padding-top: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}
.default-btn {
  z-index: 1;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  color: var(--blackColor);
  padding: 15px 30px 15px 100px;
  border: 1px solid var(--bodyColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.default-btn img {
  top: 50%;
  left: 0;
  position: absolute;
  padding: 21px 20px;
  transform: translateY(-50%);
  transition: var(--transition);
  border-radius: 4px 0px 0px 4px;
  background-color: var(--blackColor);
}
.default-btn::before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.default-btn:hover {
  color: var(--whiteColor);
}
.default-btn:hover img {
  left: 15px;
}
.default-btn:hover::before {
  width: 100%;
}
.default-btn.style-2 {
  color: var(--whiteColor);
  border-color: #f0f0f0;
}
.default-btn.style-2 img {
  background-color: var(--whiteColor);
}
.default-btn.style-2::before {
  background-color: var(--whiteColor);
}
.default-btn.style-2:hover {
  color: var(--blackColor);
}
.default-btn2 {
  z-index: 1;
  position: relative;
  padding: 17px 30px;
  border-radius: 4px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.default-btn2 img {
  margin-left: 8px;
  margin-bottom: 3px;
}
.default-btn2::before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.default-btn2:hover::before {
  width: 100%;
}
.default-btn2.style-3 {
  background-color: var(--mainColor);
}
.default-btn2.style-3::before {
  background-color: var(--blackColor);
}
.section-title {
  margin-bottom: 40px;
}
.section-title .sub-title {
  background: var(--Gradient, linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
.section-title h2 {
  line-height: 1.3;
  color: var(--blackColor);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.section-title h2 span {
  background: var(--Gradient, linear-gradient(100deg, rgb(218 54 201) 7.82%, rgb(101 19 157) 87.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title h2 span img {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  text-align: center;
  position: absolute;
}
/*================================================ Preloader Area CSS =================================================*/
.preloader-area {
  z-index: 9999;
  background-color: var(--whiteColor);
}
.preloader-area .preloader {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.preloader-area .preloader .waviy {
  margin-top: 20px;
  font-size: 60px;
  font-family: var(--headingFontFamily);
}
.preloader-area .preloader .waviy span {
  animation-delay: 0.1s;
  color: var(--blackColor);
  animation: waviy 1s infinite;
}
.preloader-area .preloader .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .preloader .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}
.preloader-area .preloader .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
.preloader-area .preloader .waviy span:nth-child(5) {
  animation-delay: 0.5s;
}
.preloader-area.deactivate {
  display: none;
}
@keyframes waviy {
  0%, 40%, 100% {
      transform: translateY(0);
 }
  20% {
      transform: translateY(-15px);
 }
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
.top-hero-wrapper .hero-content h1 {
    font-size: 2.3rem;
}
.leftLead {        display: none !important;}
.rightLead {
    width: 100%; padding: 15px 0px 0px 0px;
}
/*.leadGenModal .form-group label {*/
/*    font-size: 12px;*/
/*}*/
/*.leadGenModal .form-control {*/
/*    padding: 7px 10px;*/
/*}*/
.leadGenModal .modal-title {
         margin-bottom: 0px;
        text-align: center;
}
.leadGenModal .modal-content {max-width: 480px;
    margin: 0 auto;
    justify-content: center;}
.benefitsListingContent {
    width: 100%;
}
.sectionCss .about-button { margin-bottom:0px;}
.benefitsListing {
    gap: 50px;
}
.benefitsListingContent h3 {
    font-size: 1.2rem;
}
.sectionTitleCss h2 {
    font-size: 2rem;
}
.sectionCss {
    padding: 2rem 0;
}
.actListing {
    gap: 15px;
}
.actListing li {
    font-size: 16px;
    padding: 15px 25px;
}
  .preloader-area .preloader .waviy {
      font-size: 30px;
 }
}
/* Min width 576px to Max width 767px */
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preloader-area .preloader .waviy {
      font-size: 45px;
 }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.actListing li {width: calc(31.6% - 8px);}
  .preloader-area .preloader .waviy {
      font-size: 55px;
 }
}
/* Min width 1200px to Max width 1399px */
/* Min width 1600px */
/*================================================ Header Area CSS =================================================*/
.navbar-area {
  z-index: 111;
  position: absolute;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-area.is-sticky {
      padding-top: 5px;
    padding-bottom: 5px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: var(--whiteColor);
    animation: 500ms 
ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #eee;
}
.single-blog-info:hover  { background:#fbfbfb; }
.navbar-area.style-2.is-sticky {
  position: fixed !important;
}
.navbar-area.style-3.is-sticky {
  background-color: #0c1327;
}
.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav {
  z-index: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  line-height: 1;
  position: relative;
  color: var(--blackColor);
  transition: var(--transition);
  font-family: var(--fontFamily);
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 15px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 1;
  color: rgb(12, 11, 11);
  transition: var(--transition);
  font-family: remixicon !important;
  font-size: 12px;
  font-weight: 600;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item a:focus.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item a.active.dropdown-toggle::before {
  color: var(--mainColor);
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item:focus a.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item.active a.dropdown-toggle::before {
  color: var(--mainColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  /*width: 250px;*/
  border: none;
  z-index: 99;
  opacity: 0;
  top: 75px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
  margin: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  margin: 0;
  padding: 15px;
  line-height: 1;
  display: block;
  position: relative;
  color: var(--blackColor);
  transition: var(--transition);
  font-family: var(--fontFamily);
  border-bottom: 1px dashed #ededed;
  font-size: 16px;
  font-weight: 600;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  top: 14px;
  right: 13px;
  line-height: 1;
  font-size: 17px;
  content: "\ea4e";
  position: absolute;
  color: var(--blackColor);
  font-family: remixicon !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  opacity: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  color: var(--mainColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {
  top: 0;
  left: 0;
  width: 4px;
  opacity: 0;
  height: 100%;
  content: "";
  position: absolute;
  transition: 0.1s all;
  transition: var(--transition);
  background-color: var(--primaryColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.desktop-nav.style-3 .navbar .navbar-nav {
  z-index: 1;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 15px;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  color: var(--whiteColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a:hover, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a:focus, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a:hover.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a:focus.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a.active.dropdown-toggle::before {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item:hover a, .desktop-nav.style-3 .navbar .navbar-nav .nav-item:focus a, .desktop-nav.style-3 .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item:hover a.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item:focus a.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item.active a.dropdown-toggle::before {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a {
  margin: 0;
  padding: 15px;
  line-height: 1;
  display: block;
  position: relative;
  color: var(--blackColor);
  transition: var(--transition);
  font-family: var(--fontFamily);
  border-bottom: 1px dashed #ededed;
  font-size: 16px;
  font-weight: 600;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  top: 14px;
  right: 13px;
  line-height: 1;
  font-size: 17px;
  content: "\ea4e";
  position: absolute;
  color: var(--blackColor);
  font-family: remixicon !important;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  opacity: 1;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a::after {
  top: 0;
  left: 0;
  width: 4px;
  opacity: 0;
  height: 100%;
  content: "";
  position: absolute;
  transition: 0.1s all;
  transition: var(--transition);
  background-color: var(--primaryColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.mobile-responsive-nav {
  display: none;
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
 }
  to {
      opacity: 1;
      transform: translateZ(0);
 }
}
/*========================================= Others Option For Responsive Area Style ===========================================*/
.others-option-for-responsive {
  display: none !important;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -37px;
}
.others-option-for-responsive .dot-menu .inner {
  height: 30px;
  display: flex;
  align-items: center;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: all ease 0.5s;
  background-color: var(--mainColor);
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: var(--mainColor);
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  right: 0;
  top: 15px;
  opacity: 0;
  z-index: 1;
  max-width: 253px;
  margin-left: auto;
  visibility: hidden;
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  transform: scaleY(0);
  transition: all ease 0.5s;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .others-options {
  background-color: var(--whiteColor);
  text-align: center;
  padding: 15px;
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area {
      padding-top: 15px;
      padding-bottom: 15px;
 }
  .desktop-nav .navbar .navbar-brand {
      max-width: 125px;
 }
  .desktop-nav .navbar .navbar-nav .nav-item {
      margin-left: 16px;
      margin-right: 16px;
 }
  .desktop-nav .navbar .navbar-nav .nav-item a {
      font-size: 16px;
 }
  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
      font-size: 16px;
 }
  .desktop-nav .navbar .others-option .option-item {
      margin-right: 15px;
 }
  .desktop-nav .navbar .others-option .option-item .language-info .form-select {
      width: 50px;
      height: 50px;
      font-size: 15px;
      line-height: 50px;
 }
  .desktop-nav .navbar .others-option .option-item .button a {
      padding: 12px 16px;
      font-size: 16px;
 }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area {
      padding-top: 15px;
      padding-bottom: 15px;
 }
  .desktop-nav .navbar .navbar-brand {
      max-width: 125px;
 }
  .desktop-nav .navbar .navbar-nav .nav-item {
      margin-left: 16px;
      margin-right: 16px;
 }
  .desktop-nav .navbar .navbar-nav .nav-item a {
      font-size: 17px;
 }
  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
      font-size: 16px;
 }
  .desktop-nav .navbar .others-option .option-item {
      margin-right: 25px;
 }
  .desktop-nav .navbar .others-option .option-item .language-info .form-select {
      width: 50px;
      height: 50px;
      font-size: 15px;
      line-height: 50px;
 }
  .desktop-nav .navbar .others-option .option-item .button a {
      padding: 12px 16px;
      font-size: 16px;
 }
}
/* Min width 1600px */
/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
.benefitsListing {    flex-direction: column-reverse;}
.benefitsListingLeft {
    width: 100%;
}
.benefitsListingRight {
    width: 100%;
}
.sectionCss {
    padding: 3rem 0;
}
.rDirection {
        flex-direction: column-reverse;
        gap: 20px;
    }
  .navbar-area {
      background-color: transparent;
      z-index: 2;
      padding-top: 20px;
      padding-bottom: 20px;
 }
  .navbar-area .dropdown-toggle::after {
      display: none;
 }
  .navbar-area.navbar-top {
      transform: translateY(0);
 }
  .navbar-area.is-sticky {
      padding-top: 20px;
      padding-bottom: 20px;
 }
  .mobile-responsive-nav {
      /*display: block;*/
 }
  .mobile-responsive-nav .mobile-responsive-menu {
      position: relative;
 }
  .mobile-responsive-nav .mobile-responsive-menu .logo {
      position: relative;
      z-index: 2;
      max-width: 120px;
 }
  .mobile-responsive-nav .mobile-responsive-menu .logo .black-logo {
      display: none;
 }
  .mobile-responsive-nav .mobile-responsive-menu .logo .white-logo {
      display: block;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
      margin-top: 65px;
      background-color: #ffffff;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
      border: none !important;
      background-color: #ffffff;
      height: auto;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
      border-top-color: #efefef;
      color: var(--blackColor) !important;
      font-size: 16px !important;
      font-weight: 500;
      opacity: 100%;
      text-transform: capitalize;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
      display: none;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
      width: 100%;
      height: 28px;
      text-align: right;
      padding: 11px !important;
      background: transparent !important;
      border-left: none !important;
      border-bottom: none !important;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
      font-weight: 600;
      color: var(--mainColor) !important;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
      font-size: 15px;
 }
 /* .mobile-responsive-nav .mobile-responsive-menu.mean-container .others-option {
      display: none !important;
 }
  */
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
      box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
      margin-top: 0 !important;
      max-height: 100vh;
      overflow-y: scroll;
     /* width */
     /* Track */
     /* Handle */
     /* Handle on hover */
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
      width: 7px;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
      background: #f1f1f1;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
      background: #888;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
      background: #555;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
      top: 8px;
      padding: 0;
      width: 35px;
      height: 30px;
      font-size: 20px !important;
      padding-top: 3px;
      color: var(--mainColor);
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
      background-color: var(--mainColor);
      height: 4px;
      margin-top: -6px;
      border-radius: 0;
      position: relative;
      top: 8px;
 }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
      background: transparent;
      position: absolute;
      z-index: 2;
      padding: 0;
 }
  .mobile-responsive-nav .others-options {
      display: none !important;
 }
  .desktop-nav {
      display: none !important;
 }
  .others-option-for-responsive {
      display: block !important;
 }
  .others-option-for-responsive .container .container {
      right: 0;
 }
}
/*================================================ Banner Area CSS =================================================*/
.banner-area {
  padding-top: 165px;
  padding-bottom: 40px;
  background-image: url(../images/banner/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-area .banner-shape1 {
  top: 135px;
  left: 116px;
  z-index: -1;
  position: absolute;
  animation: zoom-in-zoom-out 5s ease-out infinite;
}
.banner-area .banner-shape2 {
  left: 56px;
  top: 300px;
  z-index: -1;
  position: absolute;
}
.banner-area .banner-shape2 img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.banner-area .banner-shape3 {
  top: 530px;
  left: 168px;
  z-index: -1;
  position: absolute;
  animation: movebounce 10s linear infinite;
}
.banner-area .banner-shape4 {
  top: 485px;
  left: 881px;
  z-index: -1;
  position: absolute;
  animation: rotateme 10s linear infinite;
}
.banner-area .banner-shape5 {
  left: 556px;
  bottom: 65px;
  z-index: -1;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.banner-area .banner-shape6 {
  top: 232px;
  right: 331px;
  z-index: -1;
  position: absolute;
}
.banner-area .banner-shape7 {
  top: 256px;
  right: 625px;
  z-index: -1;
  position: absolute;
}
.banner-area .banner-shape8 {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
  position: absolute;
}
.banner-content {
  max-width: 545px;
  margin-top: 56px;
  margin-bottom: 25px;
}
.banner-content .title {
  margin-bottom: 35px;
}
.banner-content .title .sub-title {
  background: var(--Gradient, linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.banner-content .title h2 {
  line-height: 1.3;
  margin-bottom: 25px;
  color: var(--blackColor);
  font-size: 72px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.banner-content .title h2 span {
  background: var(--Gradient, linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-content .title h2 span img {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.banner-content .title p {
  color: var(--bodyColor);
  font-size: 20px;
  font-weight: 500;
}
.banner-content .button-list .play-button {
  width: 60px;
  height: 60px;
  font-size: 48px;
  margin-left: 40px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  color: var(--mainColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.banner-content .button-list .play-button i {
  margin-right: -4px;
}
.banner-content .button-list .play-button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.banner-content.style-2 {
  margin-top: 115px;
}
.banner-content.style-2 .title h2 {
  color: var(--whiteColor);
}
.banner-content.style-2 .title p {
  color: var(--whiteColor);
}
.banner-content.style-2 .button-list .play-button.style-2:hover {
  background-color: var(--mainColor);
}
.banner-content.style-3 {
  max-width: 625px;
  margin-top: 0;
}
.banner-content.style-3 .title h2 {
  color: var(--whiteColor);
}
.banner-content.style-3 .title p {
  color: var(--whiteColor);
}
.banner-content.style-3 .button-list .play-button.style-3:hover {
  background-color: var(--mainColor);
}
.banner-image .image {
  margin-left: -34px;
}
.banner-image .udemy-item {
  top: 285px;
  right: 0;
  padding: 15px;
  border-radius: 8px;
  position: absolute;
  display: inline-block;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.banner-image .udemy-item ul li {
  margin-right: 15px;
}
.banner-image .udemy-item ul li h3 {
  top: 2px;
  margin-bottom: 0;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.banner-image .udemy-item ul li h3 i {
  color: rgb(255, 178, 0);
}
.banner-image .udemy-item ul li:last-child {
  margin-right: 0;
}
.banner-image .udemy-item:hover {
  transform: translateY(-7px);
}
.banner-image .user-info {
  bottom: 0;
  left: -65px;
  padding: 20px;
  position: absolute;
  border-radius: 10px;
  display: inline-block;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.banner-image .user-info .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 18px;
  border-radius: 100%;
  display: inline-block;
  background-color: #f2f2f2;
  transition: var(--transition);
}
.banner-image .user-info h2 {
  margin-bottom: 10px;
  letter-spacing: 4.4px;
  color: var(--blackColor);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--headingFontFamily);
}
.banner-image .user-info h3 {
  color: #000;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.banner-image .user-info ul {
  margin-bottom: 10px;
}
.banner-image .user-info ul li {
  margin-left: -18px;
}
.banner-image .user-info ul li img {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 2px solid #fbfbfb;
}
.banner-image .user-info ul li:first-child {
  margin-left: 0;
}
.banner-image .user-info:hover {
  transform: translateY(-7px);
}
.banner-image .user-info:hover .icon {
  background-color: var(--mainColor);
}
.banner-image .mentor-info {
  right: 0;
  z-index: 1;
  bottom: 15px;
  padding: 20px;
  max-width: 296px;
  position: absolute;
  border-radius: 10px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.banner-image .mentor-info .content h3 {
  color: #000;
  margin-bottom: 8px;
  transition: var(--transition);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.banner-image .mentor-info .content span {
  color: var(--bodyColor);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.banner-image .mentor-info .icon {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%);
}
.banner-image .mentor-info::before {
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  transition: var(--transition);
  border-radius: 10px 0px 0px 10px;
  background-color: var(--mainColor);
}
.banner-image .mentor-info:hover {
  transform: translateY(-7px);
}
.banner-image .mentor-info:hover .content h3 {
  color: var(--whiteColor);
}
.banner-image .mentor-info:hover .content span {
  color: var(--whiteColor);
}
.banner-image .mentor-info:hover::before {
  opacity: 1;
  width: 100%;
  border-radius: 10px;
  visibility: visible;
}
/* .banner-warp-info {
  max-width: 1620px;
  border-radius: 10px;
  padding-top: 32px;
  padding-bottom: 190px;
  background-image: url(../images/banner/banner-warp-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.banner-warp-image {
  margin-bottom: 25px;
}
.banner-warp-image .user-image {
  margin-left: 40px;
}
.banner-warp-image .bg-shape {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
  position: absolute;
}
.banner-warp-image .line-shape {
  left: -30px;
  bottom: 0;
  position: absolute;
}
.banner-warp-image .round-shape {
  top: 50%;
  left: -33px;
  position: absolute;
  transform: translateY(-50%);
  animation: movebounce 8s linear infinite;
}
.banner-warp-image .round-shape img {
  background-color: var(--blackColor);
}
.banner-warp-image .user-info {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -60px;
  padding: 30px 40px;
  max-width: 351px;
  position: absolute;
  border-radius: 10px;
  background-color: var(--whiteColor);
}
.banner-warp-image .user-info .image {
  margin-right: 20px;
}
.banner-warp-image .user-info .image ul li {
  margin-right: -14px;
}
.banner-warp-image .user-info .image ul li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--whiteColor);
}
.banner-warp-image .user-info .image ul li:last-child {
  margin-right: 0;
}
.banner-warp-image .user-info .content h3 {
  margin-bottom: 5px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.banner-warp-image .user-info .content span {
  font-weight: 500;
  font-size: 16px;
  color: var(--bodyColor);
}
.banner-widget-area {
  padding-top: 160px;
  padding-bottom: 0;
  background-color: var(--blackColor);
}
.banner-widget-area .banner-widget-shape1 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.banner-widget-area .banner-widget-shape2 {
  right: 0;
  bottom: -1px;
  position: absolute;
}
.banner-widget-area .shape15 {
  top: 87px;
  left: 95px;
  position: absolute;
}
.banner-widget-area .shape16 {
  top: 60px;
  right: 190px;
  position: absolute;
  animation: movebounce 10s linear infinite;
}
.banner-widget-area .shape17 {
  top: 295px;
  right: 98px;
  position: absolute;
}
.banner-widget-area .shape17 img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.banner-widget-area .dot1 {
  left: 67px;
  bottom: 340px;
  position: absolute;
}
.banner-widget-area .dot1 img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.banner-widget-area .dot2 {
  left: 161px;
  bottom: 220px;
  position: absolute;
  animation: movebounce 10s linear infinite;
}
.banner-widget-area .banner-shape9 {
  right: 0;
  bottom: 175px;
  position: absolute;
}
.banner-widget-area .shape24 {
  top: 134px;
  left: 643px;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.banner-widget-area::before {
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  width: 616px;
  height: 616px;
  position: absolute;
  border-radius: 616px;
  background: #008BF0;
  filter: blur(277px);
}
.banner-widget-image {
  max-width: 561px;
  margin-left: auto;
  margin-right: 0;
}
.banner-widget-image .mentor-info {
  right: 0;
  bottom: 49px;
  padding: 20px;
  max-width: 296px;
  position: absolute;
  border-radius: 10px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.banner-widget-image .mentor-info .content h3 {
  color: #000;
  margin-bottom: 8px;
  transition: var(--transition);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.banner-widget-image .mentor-info .content span {
  color: var(--bodyColor);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.banner-widget-image .mentor-info .icon {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%);
}
.banner-widget-image .mentor-info::before {
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  transition: var(--transition);
  border-radius: 10px 0px 0px 10px;
  background-color: var(--mainColor);
}
.banner-widget-image .mentor-info:hover {
  transform: translateY(-7px);
}
.banner-widget-image .mentor-info:hover .content h3 {
  color: var(--whiteColor);
}
.banner-widget-image .mentor-info:hover .content span {
  color: var(--whiteColor);
}
.banner-widget-image .mentor-info:hover::before {
  opacity: 1;
  width: 100%;
  border-radius: 10px;
  visibility: visible;
}
@keyframes zoom-in-zoom-out {
  0% {
      transform: scale(1, 1);
 }
  50% {
      transform: scale(1.5, 1.5);
 }
  100% {
      transform: scale(1, 1);
 }
}
@keyframes rotateme {
  from {
      transform: rotate(0deg);
 }
  to {
      transform: rotate(360deg);
 }
}
@keyframes movebounce {
  0% {
      transform: translateY(0px);
 }
  50% {
      transform: translateY(200px);
 }
  100% {
      transform: translateY(0px);
 }
}
@keyframes MOVE-BG {
  0% {
      transform: translateX(0);
 }
  50% {
      transform: translateX(60px);
 }
  100% {
      transform: translateX(0);
 }
}
@keyframes border-transform {
  0%, 100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
 }
  14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
 }
  28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
 }
  42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
 }
  56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
 }
  70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
 }
  84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
 }
}
@keyframes ripple {
  0% {
      transform: scale(1);
 }
  55% {
      transform: scale(1.15);
 }
  100% {
      transform: scale(1);
 }
}
/*================================================ Categories Area CSS =================================================*/
.categories-area.style-2 {
  margin-top: -50px;
}
.categories-section-title {
  margin-bottom: 30px;
}
.categories-section-title .default-btn2 {
  margin-bottom: 25px;
}
.single-categories-card {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: #ffebdf;
  transition: var(--transition);
}
.single-categories-card .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.single-categories-card .icon .bg-shape {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
}
.single-categories-card h3 {
  color: #0c1327;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-categories-card p {
  color: #7b7b8a;
  font-size: 18px;
  font-weight: 500;
}
.single-categories-card:hover {
  transform: translateY(-7px);
}
.single-categories-card.second-color {
  background-color: #efffdf;
}
.single-categories-card.style-2 {
  padding: 20px;
}
.single-categories-card.style-2 .icon {
  width: 90px;
  height: 90px;
}
.single-categories-card.style-2 .icon img {
  width: auto;
}
.single-categories-card.style-2 .icon .bg-shape {
  top: 58%;
}
.single-categories-card.style-2:hover {
  transform: unset;
}
.categories-slider-items {
  padding: 50px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.categories-slider-items .categories-slider-info .owl-nav .owl-prev, .categories-slider-items .categories-slider-info .owl-nav .owl-next {
  top: 44%;
  margin: 0;
  left: -69px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  color: var(--bodyColor);
  transform: translateY(-50%);
  background-color: #f0f0f0;
  transition: var(--transition);
}
.categories-slider-items .categories-slider-info .owl-nav .owl-prev:hover, .categories-slider-items .categories-slider-info .owl-nav .owl-next:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.categories-slider-items .categories-slider-info .owl-nav .owl-next {
  right: -69px;
  left: auto;
}
/*================================================ About Area CSS =================================================*/
.about-area {
  background-color: #fff7fc;
}
.about-area.style-2 {
  background-color: #fbfbfb;
}
.about-area.style-3 {
  background-color: #fbfbfb;
}
.about-image .image-1 {
  margin-left: 40px;
  margin-bottom: 25px;
}
.about-image .image-1 img {
  max-width: 222px;
  border-radius: 10px;
}
.support-image .image-12 img {
  border-radius: 10px;
}
.about-image .image-2 {
  margin-bottom: 25px;
}
.about-image .image-2 img {
  max-width: 264px;
  border-radius: 10px;
}
.about-image .image-3 {
  margin-bottom: 25px;
  margin-left: -35px;
  margin-top: 50px;
}
.about-image .image-3 img {
  max-width: 320px;
  border-radius: 10px;
}
.about-image .experience-info {
  padding: 25px 40px;
  border-radius: 10px;
  background: var(--Gradient, linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%));
  margin-left: -35px;
  margin-right: 20px;
  margin-bottom: 25px;
}
.about-image .experience-info .content h3 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.about-image .experience-info .content p {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
}
.about-image .experience-info .icon {
  font-size: 40px;
  color: var(--whiteColor);
}
.about-image .experience-info .icon:hover {
  color: var(--blackColor);
}
.about-image .shape .shape1 {
  top: 20px;
  left: -50px;
  z-index: -1;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.dropdown-item.active, .dropdown-item:active{
    color:var(--mainColor) !important;
    background-color:#fff !important;
}
.about-image .shape .shape2 {
  top: -10px;
  left: 308px;
  z-index: -1;
  position: absolute;
}
.support-image .shape .shape1 {
  top: -54px;
  left: -54px;
  z-index: -1;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.support-image .shape .shape2 {
  top: -51px;
  left: 308px;
  z-index: -1;
  position: absolute;
}
.about-image .shape .shape2 img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.about-image.style-2 {
  margin-right: 20px;
  margin-bottom: 25px;
}
.about-image.style-2 .image-one img {
  max-width: 445px;
  border-radius: 10px;
}
.about-image.style-2 .image-two {
  margin-top: -240px;
}
.about-image.style-2 .image-two img {
  max-width: 308px;
  border-radius: 10px;
  border: 5px solid var(--whiteColor);
}
.about-image.style-3 {
  margin-right: 25px;
}
.about-image.style-3 .about-shape {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  position: absolute;
  text-align: center;
}
.about-content {
  margin-bottom: 25px;
  margin-left: 40px;
}
.about-content p {
  color: #4b4956;
  font-size: 18px;
  font-weight: 500;
}
.about-content .mission {
  color: #0a0624;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
  margin-top: 35px;
  margin-bottom: 30px;
}
.about-content .about-list {
  margin-top: 50px;
}
.about-content .about-list .user {
  margin-left: 40px;
}
.about-content .about-list .user .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 20px;
}
.about-content .about-list .user .image img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.about-content .about-list .user .content h3 {
  margin-bottom: 8px;
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.about-content .about-list .user .content span {
  color: var(--bodyColor);
  font-size: 16px;
  font-weight: 500;
}
.about-content.style-2 .awards-info {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 50px;
  margin-bottom: 35px;
}
.about-content.style-2 .awards-info .awards-list {
  margin-bottom: 25px;
}
.about-content.style-2 .awards-info .awards-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.about-content.style-2 .awards-info .awards-list ul li img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.about-content.style-2 .awards-info .awards-list ul li:last-child {
  margin-bottom: 0;
}
.about-content.style-2 .awards-info .awards-card {
  margin-bottom: 25px;
  border-radius: 10px;
  padding-bottom: 25px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 15px 45px -5px rgba(0, 0, 0, 0.1);
}
.about-content.style-2 .awards-info .awards-card .icon {
  margin-bottom: 30px;
}
.about-content.style-2 .awards-info .awards-card h3 {
  margin-bottom: 6px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
}
.about-content.style-2 .awards-info .awards-card p {
  font-size: 16px;
  color: var(--bodyColor);
}
.about-content.style-2 .awards-info .awards-card:hover {
  transform: translateY(-7px);
}
.about-content.style-2 .video-info .icon {
  flex: 0 0 auto;
  display: block;
}
.about-content.style-2 .video-info .icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-right: 20px;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--whiteColor);
  transition: var(--transition);
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
}
.about-content.style-2 .video-info .icon a:hover {
  transform: translateY(-7px);
}
.about-content.style-2 .video-info .content {
  max-width: 328px;
}
.about-content.style-2 .video-info .content h3 {
  margin-bottom: 9px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.about-content.style-2 .video-info .content p {
  color: var(--bodyColor);
}
.about-content.style-3 .learning-info .learning-card {
  border-radius: 8px;
  padding: 20px 40px;
  background-color: #f0f0f0;
  margin-top: 40px;
  margin-bottom: 45px;
}
.about-content.style-3 .learning-info .learning-card .icon {
  flex: 0 0 auto;
  margin-right: 30px;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #f0f0f0;
}
.about-content.style-3 .learning-info .learning-card .content h3 {
  margin-bottom: 10px;
  color: var(--blackColor);
  transition: var(--transition);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.about-content.style-3 .learning-info .learning-card .content p {
  color: var(--bodyColor);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}
.about-content.style-3 .learning-info .learning-card::before {
  top: 0;
  left: 0;
  width: 16%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  transition: var(--transition);
  border-radius: 8px 0px 0px 8px;
  background-color: var(--mainColor);
}
.about-content.style-3 .learning-info .learning-card:hover .content h3 {
  color: var(--whiteColor);
}
.about-content.style-3 .learning-info .learning-card:hover .content p {
  color: var(--whiteColor);
}
.about-content.style-3 .learning-info .learning-card:hover::before {
  width: 100%;
  border-radius: 8px;
}
.about-content.style-3 .learning-info .learning-list ul li {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 45px;
  color: var(--blackColor);
  transition: var(--transition);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.about-content.style-3 .learning-info .learning-list ul li i {
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  transform: translateY(-50%);
  background-color: var(--mainColor);
}
.about-content.style-3 .learning-info .learning-list ul li i.active {
  background-color: #1cca81;
}
.about-content.style-3 .learning-info .learning-list ul li:hover {
  transform: translateY(-7px);
}
/*================================================ Video Area CSS =================================================*/
.video-area::before {
  bottom: 0;
    left: 0;
    width: 100%;
    top: 30%;
    content: "";
    z-index: -1;
    position: absolute;
    background-color: #fff7fc;
}
.video-area.style-3::before {
  height: 50%;
  background-color: var(--blackColor);
}
.video-area-info {
  padding: 60px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/video/video1.jpg);
}
.video-area-info::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.video-area-info.style-3 {
  padding-top: 90px;
  padding-bottom: 90px;
  border-radius: 8px;
  background-image: url(../images/video/video2.jpg);
}
.video-area-info.style-3::before {
  display: none;
}
.video-content h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  color: transparent;
  font-size: 80px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.video-content h1 span {
  margin-left: 129px;
}
.video-content.style-3 h1 {
  font-size: 100px;
}
.video-button {
  max-width: 336px;
}
.video-button img {
    animation: border-transform 7s linear infinite alternate forwards;
    filter: brightness(0);
    opacity: .5;
}
.video-button .play-button {
  top: 50%;
  left: 0;
  right: 0;
  width: 104px;
  height: 104px;
  margin: auto;
  font-size: 54px;
  text-align: center;
  position: absolute;
  line-height: 104px;
  border-radius: 100%;
  display: inline-block;
  color: #000;
  transform: translateY(-50%);
  background-color: var(--whiteColor);
}
.video-button .play-button i {
  margin-right: -4px;
}
.video-button .play-button::before {
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  content: "";
  opacity: 0.12;
  position: absolute;
  border-radius: 152px;
  border: 1px solid var(--whiteColor);
  animation: ripple 4s linear infinite;
}
/*================================================ Courses Area CSS =================================================*/
.courses-area .section-title {
  margin-bottom: 50px;
}
.courses-area.style-2 {
  background-color: #fff7fc;
}
.courses-area.style-2 .shape15 {
  top: 87px;
  left: 95px;
  position: absolute;
}
.courses-area.style-2 .shape16 {
  top: 68px;
  right: 197px;
  position: absolute;
}
.courses-area.style-2 .shape17 {
  top: 306px;
  right: 105px;
  position: absolute;
}
.courses-area.style-2 .dot1 {
  left: 67px;
  bottom: 605px;
  position: absolute;
}
.courses-area.style-2 .dot2 {
  left: 161px;
  bottom: 369px;
  position: absolute;
}
.courses-area.style-2 .shape26 {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}
.courses-area.style-3 {
  background-color: #fff7fc;
}
.single-courses-card {
  border-radius: 10px;
  margin-bottom: 25px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.single-courses-card .image {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.single-courses-card .image img {
  transition: var(--transition);
  border-radius: 10px 10px 0px 0px;
}
.single-courses-card .image .price {
  left: 30px;
  bottom: 0;
  position: absolute;
  padding: 9px 21px;
  display: inline-block;
  color: var(--whiteColor);
  border-radius: 15px 15px 0px 0px;
  background-color: var(--mainColor);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-card .content {
  padding: 20px 30px;
}
.single-courses-card .content .beginner-info {
  margin-bottom: 25px;
}
.single-courses-card .content .beginner-info .beginner {
  z-index: 1;
  padding: 11px 15px;
  border-radius: 4px;
  color: var(--bodyColor);
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-card .content .beginner-info .beginner::before {
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.single-courses-card .content .beginner-info .beginner:hover {
  color: var(--whiteColor);
}
.single-courses-card .content .beginner-info .beginner:hover::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.single-courses-card .content .beginner-info .icon {
  z-index: 1;
  width: 46px;
  height: 46px;
  font-size: 20px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  color: var(--bodyColor);
  background-color: #f0f0f0;
}
.single-courses-card .content .beginner-info .icon::before {
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.single-courses-card .content .beginner-info .icon:hover {
  color: var(--whiteColor);
}
.single-courses-card .content .beginner-info .icon:hover::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.single-courses-card .content h3 {
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-courses-card .content h3 a {
  color: var(--blackColor);
}
.single-courses-card .content h3 a:hover {
  color: var(--mainColor);
}
.single-courses-card .content .ratings-info {
  margin-bottom: 20px;
}
.single-courses-card .content .ratings-info span {
  color: #878787;
  margin-right: 13px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-card .content .ratings-info .icon ul {
  line-height: 1;
}
.single-courses-card .content .ratings-info .icon ul li {
  margin-right: 3px;
}
.single-courses-card .content .ratings-info .icon ul li i {
  font-size: 18px;
  color: rgb(138, 71, 203);
}
.single-courses-card .content .ratings-info .icon ul li:last-child {
  margin-right: 0;
}
.single-courses-card .content .user-info {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
}
.single-courses-card .content .user-info .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 20px;
}
.single-courses-card .content .user-info .image img {
  width: 46px;
  height: 46px;
  transform: unset;
  border-radius: 100%;
}
.single-courses-card .content .user-info h6 {
  margin-bottom: 0;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-card .content .list-info .title .icon {
  line-height: 1;
  margin-right: 13px;
  margin-bottom: 2px;
}
.single-courses-card .content .list-info .title span {
  color: #878787;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-card .content .list-info .button a {
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-card .content .list-info .button a i {
  top: 3px;
  margin-left: 6px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.single-courses-card .content .list-info .button a:hover {
  color: var(--mainColor);
}
.single-courses-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.1);
}
.single-courses-card:hover .image img {
  transform: scale(1.08);
}
.single-courses-card.style-2 {
  position: relative;
  border-bottom: 5px solid var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}
.single-courses-card.style-2 .image .price {
  top: 30px;
  right: 30px;
  left: auto;
  bottom: auto;
  padding: 5px 11px;
  border-radius: 4px;
  position: absolute;
  background-color: #1cca81;
}
.single-courses-card.style-2 .content {
  padding: 25px 30px;
}
.single-courses-card.style-2 .content h6 {
  color: #1cca81;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-card.style-2 .content .list-info {
  margin-top: 20px;
}
.single-courses-card.style-2 .content .list-info ul li {
  font-size: 18px;
  font-weight: 500;
  color: #878787;
  position: relative;
  margin-right: 30px;
  padding-left: 25px;
}
.single-courses-card.style-2 .content .list-info ul li img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.single-courses-card.style-2 .content .list-info ul li:last-child {
  margin-right: 0;
}
.single-courses-card.style-2:hover {
  border-bottom: 5px solid var(--mainColor);
}
.single-courses-button {
  margin-top: 30px;
  margin-bottom: 25px;
}
.courses-section-title {
  margin-bottom: 10px;
}
.courses-section-title .list li {
  margin-right: 32px;
}
.courses-section-title .list li .filter {
  border: 0;
  padding: 0;
  position: relative;
  color: var(--bodyColor);
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
}
.courses-section-title .list li .filter img {
  top: -30px;
  right: -13px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.courses-section-title .list li .filter.mixitup-control-active {
  color: var(--mainColor);
}
.courses-section-title .list li .filter.mixitup-control-active img {
  opacity: 1;
  visibility: visible;
}
.courses-section-title .list li:last-child {
  margin-right: 0;
}
.single-courses-info {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 25px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  border-bottom: 3px solid var(--whiteColor);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
}
.single-courses-info .image {
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 26px;
}
.single-courses-info .image img {
  width: 151px;
  height: 160px;
  border-radius: 4px;
  transition: var(--transition);
}
.single-courses-info .content .star-icon {
  margin-bottom: 20px;
}
.single-courses-info .content .star-icon span {
  color: var(--mainColor);
  transition: var(--transition);
  font-size: 18px;
  font-weight: 700;
}
.single-courses-info .content .star-icon ul li i {
  color: rgb(255, 188, 31);
}
.single-courses-info .content h3 {
  max-width: 390px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-courses-info .content h3 a {
  color: var(--blackColor);
}
.single-courses-info .content h3 a:hover {
  color: var(--mainColor);
}
.single-courses-info .content .list li {
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-courses-info .content .list li img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.single-courses-info:hover {
  transform: translateY(-7px);
  border-color: var(--mainColor);
}
.single-courses-info:hover .image img {
  transform: scale(1.08);
}
.single-courses-info:hover .content .star-icon span {
  color: #1cca81;
}
/*================================================ Choose Area CSS =================================================*/
.choose-area {
  background-color: #fff7fc;
}
.choose-area .shapes .shape3 {
  top: 86px;
  left: 35px;
  z-index: -1;
  position: absolute;
}
.choose-area.style-2 {
  background-color: var(--whiteColor);
}
.choose-area.style-3 {
  background-color: var(--blackColor);
}
.choose-area.style-3::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 28%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--whiteColor);
}
.choose-content {
  margin-bottom: 25px;
  margin-right: 20px;
}
.choose-content p {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 500;
}
.choose-content .choose-progress {
  margin-top: 30px;
  margin-bottom: 30px;
}
.choose-content .choose-progress .ce-ixelgen-progress-bar {
  max-width: 615px;
}
.choose-content .choose-progress .ce-ixelgen-progress-bar .progress-bar-item {
  position: relative;
  margin-bottom: 40px;
}
.choose-content .choose-progress .ce-ixelgen-progress-bar .progress-bar-item h3 {
  margin-bottom: 10px;
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.choose-content .choose-progress .ce-ixelgen-progress-bar .progress-bar-item .item-value {
  right: 0;
  top: -2px;
  position: absolute;
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.choose-content .choose-progress .ce-ixelgen-progress-bar .progress-bar-item .item-bar {
  position: relative;
  height: 10px;
  width: 100%;
  border-radius: 100px;
  background-color: rgb(217, 217, 217);
}
.choose-content .choose-progress .ce-ixelgen-progress-bar .progress-bar-item .item-bar .progress {
  left: 2px;
  top: 50%;
  bottom: 0;
  width: 0;
  height: 6px;
  margin: 0;
  position: absolute;
  border-radius: 100px;
  transition: width 100ms ease;
  transform: translateY(-50%);
  background: var(--Gradient, linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%));
}
.choose-content .choose-progress .ce-ixelgen-progress-bar .progress-bar-item:last-child {
  margin-bottom: 0;
}
.choose-content.style-2 .section-title {
  max-width: 385px;
}
.choose-content.style-2 .industry-info {
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #878787;
}
.choose-content.style-2 .industry-info .items {
  padding: 25px 30px;
  padding-left: 70px;
  position: relative;
  border-bottom: 1px solid var(--Grey, #878787);
}
.choose-content.style-2 .industry-info .items .icon {
  top: 28px;
  left: 30px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  display: inline-block;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--blackColor);
}
.choose-content.style-2 .industry-info .items h3 {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.choose-content.style-2 .industry-info .items p {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 500;
}
.choose-content.style-2 .industry-info .items:last-child {
  border-bottom: unset;
}
.choose-content.style-2 .industry-info .items:hover .icon, .choose-content.style-2 .industry-info .items.active .icon {
  background-color: var(--mainColor);
}
.choose-content.style-3 {
  margin-right: -85px;
}
.choose-content.style-3 .section-title h2 {
  color: var(--whiteColor);
  margin-bottom: 30px;
}
.choose-content.style-3 .section-title p {
  color: var(--whiteColor);
}
.choose-image {
  margin-left: 90px;
  text-align: center;
}
.choose-image .bg-shape {
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.choose-image .shape4 {
  top: 8px;
  z-index: -2;
  right: -60px;
  position: absolute;
}
.choose-image .shape5 {
  top: 130px;
  left: 25px;
  position: absolute;
}
.choose-image .shape6 {
  left: 60px;
  bottom: 42px;
  position: absolute;
}
.choose-image .shape7 {
  right: 60px;
  bottom: 8px;
  position: absolute;
}
.choose-image.style-2 {
  margin-left: 40px;
  margin-bottom: 25px;
}
.choose-image.style-2 .play-button {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.choose-image.style-2 .play-button a {
  z-index: 1;
  width: 147px;
  height: 147px;
  font-size: 30px;
  line-height: 147px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  color: var(--mainColor);
  background-color: var(--whiteColor);
}
.choose-image.style-2 .play-button a img {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.choose-image.style-2 .play-button a i {
  top: 2px;
  position: relative;
}
.choose-image.style-2 .play-button a::before {
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  margin: auto;
  width: 135px;
  height: 135px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
}
.choose-image.style-2 .shape {
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.choose-image.style-2 .shape18 {
  top: 50px;
  right: 30px;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.choose-image.style-3 {
  margin-left: 75px;
  margin-right: -200px;
  margin-top: -113px;
  position: relative;
}
.choose-image.style-3 .udemy-item {
  left: 20px;
  bottom: 179px;
  padding: 15px;
  border-radius: 8px;
  position: absolute;
  display: inline-block;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.choose-image.style-3 .udemy-item ul li {
  margin-right: 15px;
}
.choose-image.style-3 .udemy-item ul li h3 {
  top: 2px;
  margin-bottom: 0;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.choose-image.style-3 .udemy-item ul li h3 i {
  color: rgb(255, 178, 0);
}
.choose-image.style-3 .udemy-item ul li:last-child {
  margin-right: 0;
}
.choose-image.style-3 .udemy-item:hover {
  transform: translateY(-7px);
}
.single-choose-info {
  padding-top: 0;
  padding-left: 50px;
  padding-bottom: 0;
  border-radius: 12px;
  background-color: #0c1327;
}
.single-choose-content {
  border-radius: 0px 10px 10px 0px;
  margin-left: -46px;
  margin-right: -1px;
}
.single-choose-content .items {
  padding: 46px 30px;
  background-color: #fff7fc;
  border-bottom: 1px solid #878787;
}
.single-choose-content .items .icon {
  width: 100px;
  height: 120px;
  flex: 0 0 auto;
  border-radius: 8px;
  margin-right: 20px;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  background-color: #f0f0f0;
}
.single-choose-content .items .icon::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: -1;
  position: absolute;
  transition: var(--transition);
  border-radius: 0px 0px 8px 8px;
  background-color: var(--mainColor);
}
.single-choose-content .items .content h3 {
  margin-bottom: 14px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-choose-content .items:first-child {
  border-radius: 0px 10px 0px 0px;
}
.single-choose-content .items:last-child {
  border-bottom: unset;
  border-radius: 0px 0px 10px 0px;
}
.single-choose-content .items:hover .icon::before {
  height: 100%;
  border-radius: 8px;
}
/*================================================ Team Area CSS =================================================*/
.team-area.style-2 {
  background-color: #fff7fc;
}
.team-area.style-2 .section-title {
  margin-bottom: 55px;
}
.team-area.style-2 .shapes .shape10 {
  top: 92px;
  left: 64px;
  position: absolute;
}
.team-area.style-2 .shapes .shape25 {
  right: 50px;
  bottom: 75px;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.team-area.style-3 .section-title {
  margin-bottom: 45px;
}
.single-team-content {
  margin-bottom: 25px;
}
.single-team-content p {
  font-size: 18px;
  font-weight: 500;
}
.single-team-content .default-btn {
  margin-top: 20px;
}
.single-team-card {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  border: 2px dashed var(--mainColor);
}
.single-team-card .image {
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 10px;
}
.single-team-card .image img {
  border-radius: 10px;
  transition: var(--transition);
}
.single-team-card .content h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-team-card .content h3 a {
  color: var(--blackColor);
}
.single-team-card .content h3 a:hover {
  color: var(--mainColor);
}
.single-team-card .content p {
  font-weight: 500;
}
.single-team-card .content ul li {
  margin-right: 20px;
}
.single-team-card .content ul li a {
  z-index: 1;
  width: 36px;
  height: 36px;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-team-card .content ul li a::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  margin: -1px;
  visibility: hidden;
  position: absolute;
  border-radius: 100%;
  transition: var(--transition);
  background: var(--Gradient, linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%));
}
.single-team-card .content ul li a:hover::before {
  margin: -1px;
  opacity: 1;
  visibility: visible;
}
.single-team-card .content ul li:last-child {
  margin-right: 0;
}
.single-team-card:hover {
  transform: translateY(-10px);
}
.single-team-card:hover .image img {
  transform: scale(1.08);
}
.single-team-info {
  margin-bottom: 25px;
}
.single-team-info .content {
  border-radius: 8px;
  padding: 40px 20px 140px;
  background-color: #0c1327;
}
.single-team-info .content h3 {
  margin-bottom: 10px;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-team-info .content p {
  font-weight: 500;
  color: var(--whiteColor);
}
.single-team-info .image {
  margin-top: -100px;
  margin-left: 20px;
  margin-right: 20px;
}
.single-team-info .image img {
  border-radius: 8px;
}
.single-team-info .image .social-list {
  transition: var(--transition);
}
.single-team-info .image .social-list .share-icon {
  top: -30px;
  right: 20px;
  position: absolute;
  transition: var(--transition);
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: var(--mainColor);
  transition: var(--transition);
}
.single-team-info .image .social-list .icons {
  top: 0;
  opacity: 0;
  right: 20px;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.single-team-info .image .social-list .icons li a {
  width: 60px;
  height: 58px;
  font-size: 24px;
  line-height: 57px;
  text-align: center;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-team-info .image .social-list .icons li:nth-child(2) a {
  height: 40px;
  line-height: 40px;
}
.single-team-info .image .social-list .icons li:last-child a {
  border-radius: 0px 0px 4px 4px;
}
.single-team-info .image .social-list:hover .share-icon {
  opacity: 0;
  visibility: hidden;
}
.single-team-info .image .social-list:hover .icons {
  opacity: 1;
  visibility: visible;
}
.single-team-info.style-3 {
  transition: var(--transition);
}
.single-team-info.style-3 .content {
  padding: 0;
  background-color: transparent;
}
.single-team-info.style-3 .content h3 {
  color: var(--blackColor);
}
.single-team-info.style-3 .content p {
  color: var(--bodyColor);
}
.single-team-info.style-3 .image {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
}
.single-team-info.style-3 .image img {
  border-radius: 10px;
}
.single-team-info.style-3 .image .social-list {
  transition: var(--transition);
}
.single-team-info.style-3 .image .social-list .share-icon {
  top: auto;
  right: 0;
  width: 60px;
  height: 60px;
  bottom: -86px;
  font-size: 25px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  color: var(--mainColor);
  background-color: #ffebdf;
  transition: var(--transition);
}
.single-team-info.style-3 .image .social-list .icons {
  right: 0;
  top: auto;
  opacity: 0;
  bottom: -86px;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.single-team-info.style-3 .image .social-list .icons li a {
  width: 60px;
  height: 58px;
  font-size: 24px;
  line-height: 57px;
  text-align: center;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-team-info.style-3 .image .social-list .icons li:nth-child(2) a {
  height: 40px;
  line-height: 40px;
}
.single-team-info.style-3 .image .social-list .icons li:first-child a {
  border-radius: 4px 4px 0px 0px;
}
.single-team-info.style-3 .image .social-list .icons li:last-child a {
  border-radius: 0px 0px 4px 4px;
}
.single-team-info.style-3 .image .social-list:hover .share-icon {
  opacity: 0;
  visibility: hidden;
}
.single-team-info.style-3 .image .social-list:hover .icons {
  opacity: 1;
  visibility: visible;
}
.single-team-info.style-3:hover {
  transform: translateY(-7px);
}
.col-lg-3:nth-child(1) .single-team-info.style-3 {
  margin-top: 30px;
}
.col-lg-3:nth-child(2) .single-team-info.style-3 .image .social-list .share-icon {
  color: rgb(28, 202, 129);
}
.col-lg-3:nth-child(3) .single-team-info.style-3 {
  margin-top: 30px;
}
.team-pages-area .shape26 {
  top: 444px;
  left: 174px;
  z-index: -1;
  position: absolute;
}
.team-pages-area .shape27 {
  top: 160px;
  z-index: -1;
  right: 188px;
  position: absolute;
}
.team-pages-area .shape28 {
  top: 925px;
  left: 197px;
  z-index: -1;
  position: absolute;
}
.team-pages-area .shape29 {
  left: 205px;
  bottom: 274px;
  position: absolute;
}
.team-pages-area .shape30 {
  right: 188px;
  bottom: 549px;
  position: absolute;
}
.team-user-info {
  margin-bottom: 25px;
}
.team-user-info .image {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
}
.team-user-info .image img {
  border-radius: 8px 8px 0px 0px;
}
.team-user-info .content {
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
}
.team-user-info .content h3 {
  color: #0c1327;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.team-user-info .content h4 {
  color: #0c1327;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.team-user-info .content p {
  max-width: 286px;
  font-weight: 500;
}
.team-user-info .content .list {
  margin-top: 40px;
  margin-bottom: 32px;
}
.team-user-info .content .list li {
  padding-left: 44px;
  margin-bottom: 30px;
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.team-user-info .content .list li .icon {
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  line-height: 29px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #1cca81;
}
.team-user-info .content .list li a {
  color: var(--bodyColor);
}
.team-user-info .content .list li a:hover {
  color: var(--blackColor);
}
.team-user-info .content .list li:last-child {
  margin-bottom: 0;
}
.team-user-info .content .social-link li {
  margin-right: 8px;
  transition: var(--transition);
}
.team-user-info .content .social-link li:hover {
  transform: translateY(-7px);
}
.team-user-info .content .social-link li:last-child {
  margin-right: 0;
}
.team-right-sidebar {
  margin-left: 30px;
}
.team-right-sidebar p {
  font-weight: 500;
}
.team-right-sidebar .team-right-info {
  margin-bottom: 60px;
}
.team-right-sidebar .team-right-info .content {
  margin-bottom: 115px;
}
.team-right-sidebar .team-right-info .content .title {
  margin-bottom: 20px;
}
.team-right-sidebar .team-right-info .content .title h3 {
  margin-bottom: 13px;
  color: var(--blackColor);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.team-right-sidebar .team-right-info .content .title p {
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColor);
}
.team-right-sidebar .team-right-info .rate-card {
  padding: 25px;
  padding-top: 0;
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: #ffffff;
  transition: var(--transition);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
}
.team-right-sidebar .team-right-info .rate-card .icon {
  top: -40px;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 100%;
  margin-bottom: -15px;
  display: inline-block;
  box-shadow: 0px 15px 25px rgba(138, 71, 203, 0.2);
}
.team-right-sidebar .team-right-info .rate-card h3 {
  margin-bottom: 15px;
  color: var(--blackColor);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.team-right-sidebar .team-right-info .rate-card p {
  color: #7b7b8a;
  font-size: 18px;
  font-weight: 600;
}
.team-right-sidebar .team-right-info .rate-card:hover {
  transform: translateY(-7px);
}
.team-right-sidebar .team-right-info .col-lg-4:nth-child(1) .rate-card {
  margin-right: 30px;
}
.team-right-sidebar .team-right-info .col-lg-4:nth-child(2) .rate-card {
  margin-left: 15px;
  margin-right: 15px;
}
.team-right-sidebar .team-right-info .col-lg-4:nth-child(3) .rate-card {
  margin-left: 30px;
}
/*================================================ Newsletter Area CSS =================================================*/
.newsletter-area.style-2 {
  padding-bottom: 170px;
  background-color: #ffebdf;
}
.newsletter-area.style-2 .shapes .shape15 {
  top: 87px;
  left: 78px;
  position: absolute;
}
.newsletter-area.style-2 .shapes .shape16 {
  top: 58px;
  right: 187px;
  position: absolute;
}
.newsletter-area.style-2 .shapes .shape16 img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.newsletter-area.style-2 .shapes .shape17 {
  top: 306px;
  right: 80px;
  position: absolute;
  animation: movebounce 10s linear infinite;
}
.newsletter-area.style-2 .shapes .dot1 {
  left: 57px;
  bottom: 300px;
  position: absolute;
  animation: movebounce 10s linear infinite;
}
.newsletter-area.style-2 .shapes .dot2 {
  left: 151px;
  bottom: 81px;
  position: absolute;
}
.newsletter-area.style-2 .shapes .dot2 img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.newsletter-info {
  padding: 80px 40px;
  border-radius: 10px;
  background: var(--Gradient, linear-gradient(100deg, #0063F4 7.82%, #00F0AA 87.12%));
}
.newsletter-info .shape8 {
  top: 26px;
  left: 18px;
  position: absolute;
}
.newsletter-info .shape9 {
  right: 41px;
  bottom: 20px;
  position: absolute;
}
.newsletter-content .icon {
  display: block;
  flex: 0 0 auto;
  margin-right: 40px;
}
.newsletter-content h2 {
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--whiteColor);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.newsletter-form form .form-group .form-control {
  border: 0;
  height: 80px;
  box-shadow: unset;
  border-radius: 4px;
  padding-left: 30px;
  background-color: var(--whiteColor);
}
.newsletter-form form .form-group button {
  top: 50%;
  right: 10px;
  border: 0;
  position: absolute;
  box-shadow: unset;
  transform: translateY(-50%);
}
.newsletter-image {
  margin-right: 30px;
  margin-bottom: 25px;
}
.newsletter-image .image-one {
  max-width: 308px;
}
.newsletter-image .image-one img {
  max-width: 308px;
  border-radius: 10px;
}
.newsletter-image .image-one .udemy-item {
  top: 82px;
  padding: 15px;
  right: -135px;
  border-radius: 8px;
  position: absolute;
  display: inline-block;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.newsletter-image .image-one .udemy-item ul li {
  margin-right: 15px;
}
.newsletter-image .image-one .udemy-item ul li h3 {
  top: 2px;
  margin-bottom: 0;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.newsletter-image .image-one .udemy-item ul li h3 i {
  color: rgb(255, 178, 0);
}
.newsletter-image .image-one .udemy-item ul li:last-child {
  margin-right: 0;
}
.newsletter-image .image-one .udemy-item:hover {
  transform: translateY(-7px);
}
.newsletter-image .image-two {
  max-width: 308px;
  margin-top: -35px;
  margin-left: auto;
  margin-right: 70px;
}
.newsletter-image .image-two img {
  max-width: 308px;
  border-radius: 10px;
}
.newsletter-image .image-two .award-items {
  top: -41px;
  right: -30px;
  padding: 10px;
  display: block;
  position: absolute;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  transition: var(--transition);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.newsletter-image .image-two .award-items span {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.newsletter-image .image-two .award-items p {
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
}
.newsletter-image .image-two .award-items:hover {
  transform: translateY(-7px);
}
.newsletter-image .image-two .award-items-two {
  left: -130px;
  bottom: 75px;
  padding: 10px;
  display: block;
  position: absolute;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  transition: var(--transition);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.08);
}
.newsletter-image .image-two .award-items-two span {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.newsletter-image .image-two .award-items-two p {
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
}
.newsletter-image .image-two .award-items-two:hover {
  transform: translateY(-7px);
}
.newsletter-image .newsletter-shape {
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.newsletter-date-content {
  margin-left: 20px;
  margin-bottom: 25px;
}
.newsletter-date-content .title h2 {
  margin-bottom: 30px;
  color: var(--blackColor);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.newsletter-date-content .title p {
  font-weight: 500;
}
.newsletter-date-content .newsletter-form {
  margin-top: 35px;
}
/*================================================ Testimonials Area CSS =================================================*/
.testimonials-area.style-2 .section-title {
  max-width: 563px;
  margin-bottom: 55px;
}
.testimonial-image {
  max-width: 496px;
  margin-left: auto;
  margin-right: 40px;
  margin-bottom: 25px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonial-image .image .main-image {
  top: 38px;
  left: 38px;
  max-width: 420px;
  position: absolute;
  border-radius: 100%;
}
.testimonial-image .user-image img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.testimonial-image .user-image .image1 {
  top: 0;
  left: 70px;
  position: absolute;
}
.testimonial-image .user-image .image2 {
  top: 169px;
  left: -102px;
  position: absolute;
}
.testimonial-image .user-image .image3 {
  top: 407px;
  left: -111px;
  position: absolute;
}
.testimonial-image .user-image .image4 {
  bottom: 6px;
  left: 60px;
  position: absolute;
}
.testimonial-image.style-3 {
  max-width: 100%;
  margin-right: 0;
  margin-left: 70px;
  padding: 0;
}
.testimonial-content {
  margin-left: -10px;
  /*margin-bottom: 25px;*/
}
.testimonial-content .section-title {
  margin-bottom: 40px;
}
.testimonial-content p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.testimonial-content .users-info {
  margin-top: 45px;
}
.testimonial-content .users-info .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 20px;
}
.testimonial-content .users-info .image img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.testimonial-content .users-info .content h3 {
  margin-bottom: 0px;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.testimonial-content .users-info .content span {
  font-size: 14px;
  font-weight: 300;
}
.testimonial-content .testimonial-slider-info .owl-nav .owl-prev, .testimonial-content .testimonial-slider-info .owl-nav .owl-next {
  left: 303px;
  bottom: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  margin-right: 20px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  border: 1px solid #878787;
  transition: var(--transition);
  color: rgb(135, 135, 135);
  background-color: var(--whiteColor);
}
.testimonial-content .testimonial-slider-info .owl-nav .owl-prev:hover, .testimonial-content .testimonial-slider-info .owl-nav .owl-next:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.testimonial-content .testimonial-slider-info .owl-nav .owl-next {
  right: 170px;
  left: auto;
}
.testimonial-content.style-3 {
  margin-left: 0;
}
.testimonial-content.style-3 .testimonial-slider-info .owl-nav .owl-prev, .testimonial-content.style-3 .testimonial-slider-info .owl-nav .owl-next {
  left: 276px;
}
.testimonial-content.style-3 .testimonial-slider-info .owl-nav .owl-next {
  right: 90px;
  left: auto;
}
.testimonial-responsive-image {
  margin-bottom: 25px;
}
.single-testimonials-card {
  padding: 28px;
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.single-testimonials-card .icon {
  margin-bottom: 30px;
}
.single-testimonials-card h3 {
  margin-bottom: 16px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-testimonials-card p {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 500;
}
.single-testimonials-card .user {
  margin-top: 20px;
}
.single-testimonials-card .user .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 20px;
}
.single-testimonials-card .user .image img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.single-testimonials-card .user .content h4 {
  margin-bottom: 5px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.single-testimonials-card-user {
  padding: 28px;
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.single-testimonials-card-user .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 46px;
}
.single-testimonials-card-user .image img {
  width: 270px;
  height: 270px;
  border-radius: 100%;
}
.single-testimonials-card-user .content {
  margin-bottom: 27px;
}
.single-testimonials-card-user .content .icon {
  margin-bottom: 30px;
}
.single-testimonials-card-user .content h3 {
  margin-bottom: 30px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-testimonials-card-user .content h4 {
  margin-bottom: 5px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.single-testimonials-card-user .content p {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 500;
}
.testimonials-next-info {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  background-color: #ffebdf;
}
.testimonials-next-info .section-title {
  max-width: 682px;
  margin-bottom: 25px;
}
.testimonials-next-info .section-title h2 {
  margin-bottom: 32px;
}
.testimonials-next-info .section-title p {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 600;
}
.testimonials-next-info .section-title ul {
  margin-top: 32px;
}
.testimonials-next-info .section-title ul li {
  margin-right: 40px;
}
.testimonials-next-info .section-title ul li:last-child {
  margin-right: 0;
}
.testimonials-next-info .next-image {
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.testimonials-next-info.style-3 {
  background-color: #1cca81;
}
.testimonials-next-info.style-3 .section-title {
  max-width: 710px;
}
.testimonials-next-info.style-3 .section-title h2 {
  color: var(--whiteColor);
}
.testimonials-next-info.style-3 .section-title p {
  font-size: 20px;
  color: var(--whiteColor);
}
.testimonials-next-info.style-3 .section-title .default-btn {
  margin-top: 25px;
}
.testimonials-next-info.style-3 .image-one {
  top: 30px;
  left: 30px;
  position: absolute;
}
.testimonials-next-info.style-3 .image-one img {
  width: 150px;
  height: 150px;
}
.testimonials-next-info.style-3 .image-two {
  top: 30px;
  right: 30px;
  position: absolute;
}
.testimonials-next-info.style-3 .image-two img {
  width: 193px;
  height: 100px;
}
.testimonials-next-info.style-3 .image-three {
  left: 30px;
  bottom: 30px;
  position: absolute;
}
.testimonials-next-info.style-3 .image-three img {
  width: 193px;
  height: 100px;
}
.testimonials-next-info.style-3 .image-four {
  right: 30px;
  bottom: 30px;
  position: absolute;
}
.testimonials-next-info.style-3 .image-four img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.testimonials-next.style-3 {
  background-color: var(--blackColor);
}
.testimonials-next.style-3::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #fff7fc;
}
.testimonials-next.style-3 .shapes .footer-shape3 {
  right: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  margin-top: 288px;
  margin-bottom: 0;
}
/*================================================ Learning Area CSS =================================================*/
.learning-area {
  background-color: #fff7fc;
}
.learning-area .shapes .shape10 {
  top: 118px;
  left: 66px;
  z-index: -1;
  position: absolute;
}
.learning-area .shapes .shape11 {
  z-index: -1;
  right: 63px;
  bottom: 190px;
  position: absolute;
  animation: rotateme 10s linear infinite;
}
.learning-section-title {
  margin-bottom: 50px;
}
.learning-info .live-info {
  top: 30px;
  right: 30px;
  position: absolute;
  padding: 16px 30px;
  border-radius: 4px;
  background-color: var(--whiteColor);
}
.learning-info .live-info h3 {
  padding-left: 25px;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
  margin-bottom: 0;
  margin-right: 20px;
}
.learning-info .live-info h3::before {
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: rgb(255, 85, 62);
}
.learning-info .live-info p {
  color: #878787;
}
.learning-info .user-info {
  left: 50px;
  bottom: 50px;
  position: absolute;
  border-radius: 10px;
}
.learning-info .user-info img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  border: 5px solid var(--whiteColor);
}
.learning-info .list {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  text-align: center;
  position: absolute;
}
.learning-info .list li {
  margin-right: 15px;
}
.learning-info .list li a {
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  background-color: rgb(255, 85, 62);
}
.learning-info .list li:last-child {
  margin-right: 0;
}
.learning-info .list li:nth-child(1) a {
  color: var(--blackColor);
  background-color: var(--whiteColor);
}
.learning-info .list li:nth-child(3) a {
  color: var(--whiteColor);
  background-color: rgb(28, 202, 129);
}
/*================================================ Blog Area CSS =================================================*/
.blog-area.style-3 {
  background-color: #fff7fc;
}
.blog-area.style-3 .shape10 {
  top: 126px;
  right: 40px;
  position: absolute;
}
.blog-area.style-3 .shape25 {
  left: 50px;
  bottom: 180px;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.blog-section-title {
  margin-bottom: 40px;
}
.blog-section-title .button .default-btn2 {
  margin-bottom: 25px;
}
.blog-section-title.style-2 {
  margin-bottom: 25px;
}
.single-blog-card {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.single-blog-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.single-blog-card .image img {
  border-radius: 10px;
  transition: var(--transition);
}
.single-blog-card .list {
  z-index: 1;
  padding: 20px;
  max-width: 320px;
  position: relative;
  border-radius: 10px;
  background-color: var(--whiteColor);
  margin-top: -32px;
  margin-bottom: 20px;
}
.single-blog-card .list ul li {
  color: #7b7b8a;
  font-weight: 500;
  margin-right: 40px;
  padding-left: 26px;
}
.single-blog-card .list ul li img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.single-blog-card .list ul li a {
  color: #7b7b8a;
}
.single-blog-card .list ul li a:hover {
  color: var(--mainColor);
}
.single-blog-card .list ul li:last-child {
  margin-right: 0;
}
.single-blog-card .content {
  margin-bottom: 10px;
}
.single-blog-card .content h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-blog-card .content h3 a {
  color: var(--blackColor);
}
.single-blog-card .content h3 a:hover {
  color: var(--mainColor);
}
.single-blog-card .content .read-more {
  font-weight: 500;
  color: var(--bodyColor);
}
.single-blog-card .content .read-more i {
  top: 3px;
  font-size: 22px;
  margin-left: 8px;
  position: relative;
}
.single-blog-card .content .read-more:hover {
  color: var(--blackColor);
}
.single-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.1);
}
.single-blog-card:hover .image img {
  transform: scale(1.08);
}
.single-blog-info {
  z-index: 1;
    padding: 15px;
    position: relative;
    border-radius: var(--border-radius);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    background:#fff;
}
 
.single-blog-info .image {
  overflow: hidden;  
}
.single-blog-info .image img {
  border-radius: var(--border-radius);
  transition: var(--transition);
}  
.single-blog-info ul li {
  font-weight: 500;
  padding-left: 28px;
  position: relative;
  margin-right: 20px;
  color: var(--bodyColor);
}
.single-blog-info ul li img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.single-blog-info ul li a {
  color: var(--bodyColor);
}
.single-blog-info ul li a:hover {
  color: var(--mainColor);
}
.single-blog-info ul li:last-child {
  margin-right: 0;
}
.single-blog-info .border-image {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.single-blog-info:hover .image img {
  transform: scale(1.08);
}
.single-blog-items {
  padding: 30px;
  border-radius: 10px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  border-bottom: 3px solid var(--whiteColor);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}
.single-blog-items .image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-blog-items .image img {
  border-radius: 10px;
  transition: var(--transition);
}
.single-blog-items .content ul {
  margin-bottom: 20px;
}
.single-blog-items .content ul li {
  color: var(--bodyColor);
  font-size: 16px;
  font-weight: 500;
}
.single-blog-items .content ul li span {
  padding: 11px;
  border-radius: 4px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
}
.single-blog-items .content h3 {
  max-width: 510px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-blog-items .content h3 a {
  color: var(--blackColor);
}
.single-blog-items .content h3 a:hover {
  color: var(--mainColor);
}
.single-blog-items .content p {
  font-weight: 500;
}
.single-blog-items:hover {
  border-color: var(--mainColor);
}
.single-blog-items:hover .image img {
  transform: scale(1.08);
}
.single-blog-items.d-flex .image {
  flex: 0 0 auto;
  display: block;
  margin-right: 30px;
  margin-bottom: 0;
}
.single-blog-items.d-flex .image img {
  width: 198px;
  height: 198px;
  border-radius: 10px;
}
.single-blog-button {
  margin-top: 20px;
  margin-bottom: 25px;
}
/*================================================ Funfact Area CSS =================================================*/
.funfact-area {
  background-image: url(../images/funfact/funfact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.funfact-area::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background: linear-gradient(0deg, rgba(14, 26, 45, 0.8) 0%, rgba(14, 26, 45, 0.8) 100%), 0px -214.922px/100% 243.281%;
}
.single-funfact-info {
  position: relative;
  transition: var(--transition);
}
.single-funfact-info .image {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: var(--transition);
}
.single-funfact-info .image::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  background-color: var(--mainColor);
}
.single-funfact-info .content {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.single-funfact-info .content .icon {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  margin-right: 20px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 0px 100px 100px 0px;
  background-color: var(--whiteColor);
}
.single-funfact-info .content .text h3 {
  margin-bottom: 8px;
  color: var(--whiteColor);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-funfact-info .content .text p {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
}
.single-funfact-info::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  transition: var(--transition);
  border-left: 1px solid var(--whiteColor);
}
.single-funfact-info:hover .image {
  opacity: 1;
  visibility: visible;
}
.single-funfact-info:hover::before {
  opacity: 0;
  visibility: hidden;
}
/*================================================ Partner Area CSS =================================================*/
.partner-area {
  background-color: var(--blackColor);
}
.single-partner-logo {
  margin-bottom: 25px;
}
.single-partner-logo img {
  margin: auto;
  width: auto !important;
}
.single-partner-logo.margin-top {
  margin-top: 9px;
}
/*================================================ Page Title Area CSS =================================================*/
.page-title-area {
  background-color: #fff7fc;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.page-title-area .pages1 {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
  position: absolute;
}
.page-title-area .pages2 {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.page-title-area .pages3 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.page-title-area .pages4 {
  right: 431px;
  bottom: 116px;
  position: absolute;
}
.page-title-area .pages5 {
  top: 229px;
  left: 154px;
  position: absolute;
}
.page-title-content h2 {
  margin-bottom: 13px;
  color: var(--blackColor);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.page-title-content ul li {
  padding-right: 13px;
  position: relative;
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.page-title-content ul li a {
  color: var(--blackColor);
}
.page-title-content ul li a:hover {
  color: var(--mainColor);
}
.page-title-content ul li::before {
  top: 15px;
  right: 0;
  content: "";
  width: 7px;
  height: 2px;
  position: absolute;
  background-color: var(--blackColor);
}
.page-title-content ul li:last-child {
  padding-right: 0;
}
.page-title-content ul li:last-child::before {
  display: none;
}
.pages-grid-list-info {
  margin-bottom: 30px;
}
.pages-grid-list-info .items {
  margin-bottom: 25px;
}
.pages-grid-list-info .items ul li {
  margin-right: 16px;
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 600;
}
.pages-grid-list-info .items ul li a {
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 64px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  color: var(--blackColor);
  background-color: #f0f0f0;
}
.pages-grid-list-info .items ul li a:hover, .pages-grid-list-info .items ul li a.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.pages-grid-list-info .items ul li:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.pages-grid-list-info .items .form-select {
  border: 0;
  font-size: 18px;
  font-weight: 600;
  max-width: 272px;
  box-shadow: unset;
  padding: 17px 20px;
  color: var(--bodyColor);
  background-color: #f0f0f0;
}
.pages-grid-list-info .items.style-2 ul li {
  font-size: 16px;
}
.pages-grid-list-info .items.style-2 .form-select {
  font-size: 16px;
}
.courses-grid-left-sidebar {
  margin-right: 10px;
}
.single-pages-widget {
      padding: 30px;
    background: #fbfbfb;
}
.single-pages-widget h3 {
      color: var(--sub-heading-color);
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
}
.single-pages-widget.form-info form .form-group {
  position: relative;
}
.single-pages-widget.form-info form .form-group .form-control {
  border: 0;
  height: 60px;
  font-weight: 500;
  box-shadow: unset;
  padding-left: 20px;
  border-radius: 4px;
  color: var(--bodyColor);
  background-color: #f0f0f0;
}
.single-pages-widget.form-info form .form-group button {
  top: 50%;
  right: 0;
  border: 0;
  width: 60px;
  height: 60px;
  box-shadow: unset;
  line-height: 55px;
  text-align: center;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  transition: var(--transition);
  border-radius: 0px 4px 4px 0px;
  background-color: var(--mainColor);
}
.single-pages-widget.form-info form .form-group button:hover {
  background-color: var(--blackColor);
}
.single-pages-widget.price-filter {
 /* Reset style for input range */
 /* Style toddler input range */
 /* Style track input range */
 /* Style for input value block */
 /* Style for active state input */
}
.single-pages-widget.price-filter .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-pages-widget.price-filter .filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.single-pages-widget.price-filter .price-title {
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.single-pages-widget.price-filter .price-field {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--blackColor);
  padding-top: 0;
  padding-left: 0;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 45px;
}
.single-pages-widget.price-filter .price-field input[type=range] {
  position: absolute;
}
.single-pages-widget.price-filter .price-field input[type=range] {
  width: 100%;
  height: 4px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
  background-color: var(--blackColor);
}
.single-pages-widget.price-filter .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.single-pages-widget.price-filter .price-field input[type=range]:active, .single-pages-widget.price-filter .price-field input[type=range]:focus {
  outline: 0;
}
.single-pages-widget.price-filter .price-field input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}
.single-pages-widget.price-filter .price-field input[type=range]::-webkit-slider-thumb {
 /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin-top: -8px;
  background-color: var(--whiteColor);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
  border: 6px solid var(--mainColor);
}
.single-pages-widget.price-filter .price-field input[type=range]::-moz-range-thumb {
 /* Firefox */
  position: relative;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--mainColor);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.single-pages-widget.price-filter .price-field input[type=range]::-ms-thumb {
 /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--mainColor);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.single-pages-widget.price-filter .price-field input[type=range]::-webkit-slider-runnable-track {
 /* WebKit/Blink */
  width: 188px;
  height: 5px;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 5px;
}
.single-pages-widget.price-filter .price-field input[type=range]::-moz-range-track {
 /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: var(--mainColor);
  border-radius: 5px;
}
.single-pages-widget.price-filter .price-field input[type=range]::-ms-track {
 /* IE */
  width: 188px;
  height: 4px;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 5px;
}
.single-pages-widget.price-filter .price-wrap {
  display: flex;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.single-pages-widget.price-filter .price-wrap-1, .single-pages-widget.price-filter .price-wrap-2 {
  display: flex;
}
.single-pages-widget.price-filter .price-title {
  margin-right: 5px;
}
.single-pages-widget.price-filter .price-wrap-line {
  margin: 0 10px;
}
.single-pages-widget.price-filter .price-wrap #one, .single-pages-widget.price-filter .price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.single-pages-widget.price-filter .price-wrap label {
  text-align: right;
}
.single-pages-widget.price-filter .price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.single-pages-widget.price-filter .price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.single-pages-widget.categories-info ul li {
  margin-bottom: 20px;
}
.single-pages-widget.categories-info ul li a {
  display: block;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  padding: 18px 20px;
  color: var(--bodyColor);
  background-color: #f0f0f0;
}
.single-pages-widget.categories-info ul li a i {
  top: 50%;
  right: 27px;
  font-weight: 500;
  position: absolute;
  transform: translateY(-50%);
}
.single-pages-widget.categories-info ul li a:hover, .single-pages-widget.categories-info ul li a.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-pages-widget.categories-info ul li:last-child {
  margin-bottom: 0;
}
.single-pages-widget.skill-info ul li {
  margin-bottom: 22px;
}
.single-pages-widget.skill-info ul li a {
  font-size: 16px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  color: var(--bodyColor);
}
.single-pages-widget.skill-info ul li a i {
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  font-size: 16px;
  color: #f0f0f0;
  line-height: 25px;
  text-align: center;
  position: absolute;
  border-radius: 2px;
  display: inline-block;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  transition: var(--transition);
}
.single-pages-widget.skill-info ul li a:hover i, .single-pages-widget.skill-info ul li a.active i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-pages-widget.skill-info ul li:last-child {
  margin-bottom: 0;
}
.single-pages-widget.rating-info ul {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.single-pages-widget.rating-info ul li {
  margin-right: 1px;
}
.single-pages-widget.rating-info ul li i {
  font-size: 20px;
  color: rgb(255, 188, 31);
}
.single-pages-widget.rating-info ul li.disabled i {
  color: rgb(207, 207, 207);
}
.single-pages-widget.rating-info ul li:last-child {
  margin-right: 0;
}
.single-pages-widget.rating-info ul::before {
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  border-radius: 2px;
  border: 1px solid #ececec;
  background-color: #f8f8f8;
  transform: translateY(-50%);
}
.single-pages-widget.free-info .image {
  margin-bottom: 30px;
}
.single-pages-widget.free-info .image img {
  border-radius: 4px;
}
.single-pages-widget.free-info .image .play-button {
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 56px;
  margin: auto;
  font-size: 22px;
  line-height: 58px;
  text-align: center;
  position: absolute;
  border-radius: 16px;
  display: inline-block;
  color: var(--whiteColor);
  transform: translateY(-50%);
  background-color: rgb(28, 202, 129);
}
.single-pages-widget.free-info h2 {
  margin-bottom: 25px;
  color: #0c1327;
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-pages-widget.free-info .default-btn2 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.single-pages-widget.free-info .list {
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(236, 236, 236);
}
.single-pages-widget.free-info .list li {
  font-weight: 500;
  position: relative;
  color: var(--blackColor);
}
.single-pages-widget.free-info .list li img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.single-pages-widget.free-info .list li span {
  color: #7b7b8a;
}
.single-pages-widget.free-info .list li:first-child {
  padding-left: 28px;
}
.single-pages-widget.free-info .social-link {
  margin-top: 25px;
}
.single-pages-widget.free-info .social-link li {
  margin-right: 20px;
  transition: var(--transition);
}
.single-pages-widget.free-info .social-link li span {
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.single-pages-widget.free-info .social-link li:first-child {
  margin-right: 25px;
}
.single-pages-widget.free-info .social-link li:first-child:hover {
  transform: unset;
}
.single-pages-widget.free-info .social-link li:last-child {
  margin-right: 0;
}
.single-pages-widget.free-info .social-link li:hover {
  transform: translateY(-7px);
}
.single-pages-widget.courses-info .items {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgb(236, 236, 236);
}
.single-pages-widget.courses-info .items .image {
  flex: 0 0 auto;
  display: block;
  margin-right: 20px;
}
.single-pages-widget.courses-info .items .image img {
  width: 80px;
  height: 82px;
  border-radius: 4px;
}
.single-pages-widget.courses-info .items .content ul {
  margin-bottom: 10px;
}
.single-pages-widget.courses-info .items .content ul li {
  margin-right: 1px;
}
.single-pages-widget.courses-info .items .content ul li i {
  color: rgb(255, 188, 31);
}
.single-pages-widget.courses-info .items .content ul li:last-child {
  margin-right: 0;
}
.single-pages-widget.courses-info .items .content h6 {
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-pages-widget.courses-info .items .content span {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
}
.single-pages-widget.courses-info .items:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-pages-widget.recent-blogs .items {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.single-pages-widget.recent-blogs .items .image {
  flex: 0 0 auto;
  display: block;
  margin-right: 16px;
}
.single-pages-widget.recent-blogs .items .image img {
      width: 80px;
    max-height: 80px;
    border-radius: var(--border-radius);
}
.single-pages-widget.recent-blogs .items .content h4 {
      line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--fontFamily);
    margin-bottom: 0px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
} 
.single-pages-widget.recent-blogs .items {align-items: flex-start !important;}
.single-pages-widget.recent-blogs .items .content h4 a:hover {
  color: #000;
}
.single-pages-widget.recent-blogs .items .content .read-more {
  color: #1cca81;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.single-pages-widget.recent-blogs .items .content .read-more:hover {
  color: var(--mainColor);
}
.single-pages-widget.recent-blogs .items:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.single-pages-widget.tag ul li {
  margin-right: 15px;
  margin-bottom: 20px;
}
.single-pages-widget.tag ul li a {
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 2px;
  display: inline-block;
  color: var(--bodyColor);
  background-color: #f0f0f0;
}
.single-pages-widget.tag ul li a:hover, .single-pages-widget.tag ul li a.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-pages-widget.tag ul li:nth-child(7) {
  margin-bottom: 0;
}
.single-pages-widget.tag ul li:nth-child(8) {
  margin-bottom: 0;
}
.single-pages-widget.tag ul li:last-child {
  margin-bottom: 0;
}
.single-pages-widget.instagram ul li {
  margin-right: 15px;
  margin-bottom: 20px;
}
.single-pages-widget.instagram ul li a {
  position: relative;
  border-radius: 4px;
  display: inline-block;
}
.single-pages-widget.instagram ul li a img {
  width: 106px;
  height: 91px;
  border-radius: 4px;
}
.single-pages-widget.instagram ul li a .icon {
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  transition: var(--transition);
}
.single-pages-widget.instagram ul li a .icon img {
  width: 27px;
  height: 24px;
}
.single-pages-widget.instagram ul li a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 4px;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.single-pages-widget.instagram ul li a:hover {
  transform: translateY(-7px);
}
.single-pages-widget.instagram ul li a:hover .icon {
  opacity: 1;
  visibility: visible;
}
.single-pages-widget.instagram ul li a:hover::before {
  opacity: 0.3;
  visibility: visible;
}
.single-pages-widget.instagram ul li:nth-child(4) {
  margin-bottom: 0;
}
.single-pages-widget.instagram ul li:nth-child(5) {
  margin-bottom: 0;
}
.single-pages-widget.instagram ul li:nth-child(6) {
  margin-bottom: 0;
}
.single-pages-widget.instagram ul li:last-child {
  margin-right: 0;
}
.course-details-left-sidebar {
  margin-bottom: 25px;
}
.course-details-left-sidebar .tab-info .nav {
  margin-bottom: 40px;
}
.course-details-left-sidebar .tab-info .nav .nav-item {
  margin-right: 1px;
}
.course-details-left-sidebar .tab-info .nav .nav-item .nav-link {
  border-radius: 0;
  padding: 16px 65px;
  color: var(--bodyColor);
  transition: var(--transition);
  background-color: #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .nav .nav-item .nav-link:hover, .course-details-left-sidebar .tab-info .nav .nav-item .nav-link.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.course-details-left-sidebar .tab-info .nav .nav-item:first-child .nav-link {
  border-radius: 4px 0px 0px 4px;
}
.course-details-left-sidebar .tab-info .nav .nav-item:last-child {
  margin-right: 0;
}
.course-details-left-sidebar .tab-info .nav .nav-item:last-child .nav-link {
  border-radius: 0px 4px 4px 0px;
}
.course-details-left-sidebar .tab-info .tab-content .overview-item p {
  font-weight: 500;
  color: var(--bodyColor);
}
.course-details-left-sidebar .tab-info .tab-content .overview-item h3 {
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .learn-card {
  padding: 30px;
  padding-bottom: 0;
  border-radius: 8px;
  background-color: #f0f0f0;
  margin-top: 45px;
  margin-bottom: 40px;
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .learn-card h6 {
  margin-bottom: 30px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .learn-card .items {
  padding-left: 35px;
  margin-bottom: 30px;
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .learn-card .items img {
  top: 0;
  left: 0;
  position: absolute;
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .requirements h6 {
  margin-bottom: 30px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .requirements ul li {
  margin-right: 30px;
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .requirements ul li button {
  border: 0;
  font-weight: 500;
  padding: 17px 50px;
  border-radius: 4px;
  display: inline-block;
  color: var(--blackColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .requirements ul li button img {
  margin-right: 10px;
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .requirements ul li button:hover {
  transform: translateY(-7px);
}
.course-details-left-sidebar .tab-info .tab-content .overview-item .requirements ul li:last-child {
  margin-right: 0;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item {
  border: 0;
  border-radius: 5px;
  margin-bottom: 25px;
  color: var(--blackColor);
  background-color: #1cca81;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button {
  border: 0;
  display: block;
  border-radius: 4px;
  box-shadow: unset;
  color: var(--whiteColor);
  background-color: transparent;
  transition: var(--transition);
  padding: 29.5px 30px 29.5px 60px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button p {
  top: 50%;
  right: 30px;
  font-weight: 500;
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
  transition: var(--transition);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button::before {
  top: 50%;
  left: 25px;
  content: "\ea01";
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
  transition: var(--transition);
  font-family: "Phosphor";
  font-size: 20px;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button::after {
  display: none;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button.collapsed {
  background-color: #f0f0f0;
  transition: var(--transition);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button.collapsed::before {
  content: "\e9fe";
  color: var(--blackColor);
  transition: var(--transition);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button.collapsed.accordion-button {
  color: var(--blackColor) !important;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-button.collapsed.accordion-button p {
  color: var(--bodyColor);
  transition: var(--transition);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body {
  padding: 30px;
  border-radius: 0px 0px 4px 4px;
  background: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body .mb-20 {
  margin-bottom: 25px;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body p {
  font-weight: 500;
  max-width: 714px;
  color: var(--bodyColor);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body h4 {
  margin-bottom: 17px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body .videos-info {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body .videos-info .item-one {
  padding-left: 35px;
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body .videos-info .item-one img {
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body .videos-info .item-two button {
  border: 0;
  margin-right: 15px;
  padding: 5px 18px;
  border-radius: 2px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #1cca81;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .curriculum-info .accordion .accordion-item .accordion-body .videos-info:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info {
  padding: 30px;
  border-radius: 8px;
  background-color: #f0f0f0;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info p {
  font-weight: 500;
  color: var(--bodyColor);
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user {
  margin-bottom: 30px;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 30px;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .image img {
  width: 270px;
  height: 312px;
  border-radius: 4px;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content h2 {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content span {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content .list {
  margin-top: 30px;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content .list li {
  font-weight: 500;
  padding-left: 35px;
  color: var(--bodyColor);
  margin-bottom: 20px;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content .list li img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content .social-link {
  margin-top: 25px;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content .social-link li {
  margin-right: 30px;
  transition: var(--transition);
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content .social-link li:last-child {
  margin-right: 0;
}
.course-details-left-sidebar .tab-info .tab-content .instructor-info .instructor-user .content .social-link li:hover {
  transform: translateY(-7px);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .rating-image {
  margin-bottom: 25px;
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .rating-card {
  padding: 48px 40px;
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: var(--White);
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .rating-card h3 {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .rating-card ul li i {
  font-size: 20px;
  color: rgb(255, 188, 31);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .rating-card span {
  margin-top: 8px;
  display: block;
  font-weight: 500;
  color: var(--bodyColor);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item {
  margin-top: 10px;
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item h3 {
  margin-bottom: 25px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 25px;
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews .image img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews .content p {
  font-weight: 500;
  max-width: 570px;
  color: var(--bodyColor);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews .content ul {
  margin-bottom: 20px;
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews .content ul li i {
  font-size: 20px;
  color: rgb(255, 188, 31);
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews .content h4 {
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
  margin-top: 22px;
  margin-bottom: 10px;
}
.course-details-left-sidebar .tab-info .tab-content .reviews-info .reviews-item .reviews:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.course-details-card {
  margin-bottom: 50px;
}
.course-details-card .image {
  margin-bottom: 40px;
}
.course-details-card .image img {
  border-radius: 8px;
}
.course-details-card .science {
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 25px;
  color: var(--whiteColor);
  background-color: #1ccA81;
}
.course-details-card h3 {
  line-height: 1.5;
  margin-bottom: 25px;
  color: var(--blackColor);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.course-details-card .list li {
  font-weight: 500;
  position: relative;
  margin-right: 125px;
  color: var(--blackColor);
}
.course-details-card .list li span {
  color: #1cca81;
}
.course-details-card .list li img {
  left: 0;
  top: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 2px;
  transform: translateY(-50%);
  border: 4px solid var(--whiteColor);
  box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.07);
}
.course-details-card .list li:first-child {
  padding-left: 60px;
}
.course-details-card .list li:last-child {
  margin-right: 0;
}
.blog-grid-left-sidebar {
  margin-bottom: 25px;
}
.blog-grid-right-sidebar {
  margin-bottom: 25px;
}
.pages-blog-card {
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.pages-blog-card .image {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.pages-blog-card .image img {
  transition: var(--transition);
  border-radius: 8px 8px 0px 0px;
}
.pages-blog-card .image span {
  top: 16px;
  left: 16px;
  position: absolute;
  border-radius: 4px;
  padding: 6px 17px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #1cca81;
}
.pages-blog-card .content {
  padding: 30px;
}
.pages-blog-card .content ul {
  margin-bottom: 20px;
}
.pages-blog-card .content ul li {
  font-weight: 500;
  padding-left: 25px;
  margin-right: 40px;
  color: var(--bodyColor);
}
.pages-blog-card .content ul li a {
  color: var(--bodyColor);
}
.pages-blog-card .content ul li a:hover {
  color: var(--mainColor);
}
.pages-blog-card .content ul li img {
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.pages-blog-card .content ul li:last-child {
  margin-right: 0;
}
.pages-blog-card .content h3 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.pages-blog-card .content h3 a {
  color: var(--blackColor);
}
.pages-blog-card .content h3 a:hover {
  color: var(--mainColor);
}
.pages-blog-card .content .read-more {
  position: relative;
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.pages-blog-card .content .read-more::before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.pages-blog-card .content .read-more:hover {
  color: var(--blackColor);
}
.pages-blog-card .content .read-more:hover::before {
  width: 100%;
}
.pages-blog-card:hover .image img {
  transform: scale(1.08);
}
.pages-blog-card.style-2 p {
  font-weight: 500;
  color: var(--bodyColor);
}
.pages-blog-card.style-2 .content h3 {
  font-size: 34px;
  max-width: 626px;
}
.pagination {
  margin-top: 25px;
  margin-bottom: 25px;
}
.pagination .page-item {
  margin-right: 12px;
}
.pagination .page-item .page-link {
  border: 0;
  width: 48px;
  height: 48px;
  font-weight: 500;
  box-shadow: unset;
  line-height: 39px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  color: var(--bodyColor);
  background-color: #f0f0f0;
  transition: var(--transition);
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
  color: var(--whiteColor);
  background-color: #ff7e84;
}
.pagination .page-item:last-child {
  margin-right: 0;
} 
.blog-details-info .content {
  /*padding: 40px;*/
}
.blog-details-info .content .list {
  margin-bottom: 25px;
}
.blog-details-info .content .list li {
  font-weight: 500;
  padding-left: 30px;
  margin-right: 80px;
  color: var(--bodyColor);
}
.blog-details-info .content .list li a {
  color: var(--bodyColor);
}
.blog-details-info .content .list li a:hover {
  color: var(--mainColor);
}
.blog-details-info .content .list li img {
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.blog-details-info .content .list li:last-child {
  margin-right: 0;
}
.blog-details-info .content h2 {
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--sub-heading-color);
  font-size: 28px;
  font-weight: 600; 
}
.blog-details-info .content strong { font-weight: 600 !important;}
.blog-details-info .content h3 strong { font-weight:600;}
.blog-details-info .content h3 {    margin-top: 20px;font-size: 24px;
    margin-bottom: 15px; }
.blog-details-info .content ul, .blog-details-info .content ol {}
.blog-details-info .content ul li, .blog-details-info .content ol li {    margin-bottom: 15px;}
.blog-details-info .content p {
  font-weight: 500;
  color: var(--bodyColor);
}
.blog-details-info .content blockquote {
  padding: 30px;
  border-radius: 4px;
  position: relative;
  background-color: #1cca81;
  margin-top: 30px;
  margin-bottom: 25px;
}
.blog-details-info .content blockquote .icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}
.blog-details-info .content blockquote h6 {
  line-height: 1.5;
  margin-bottom: 25px;
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.blog-details-info .content blockquote h3 {
  padding-left: 65px;
  position: relative;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.blog-details-info .content blockquote h3::before {
  top: 50%;
  left: 0;
  width: 48px;
  height: 3px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--whiteColor);
}
.blog-details-info .content blockquote .shape {
  right: 35px;
  bottom: 25px;
  position: absolute;
}
.blog-details-info .content blockquote .shape img {
  animation: rotateme 10s linear infinite;
}
.blog-details-info .content .card-image {
  margin-bottom: 30px;
}
.blog-details-info .content .card-image img {
  border-radius: 4px;
}
.blog-details-info .content h5 {
  line-height: 1.4;
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.blog-details-info .content .dot-list {
  margin-top: 30px;
  margin-bottom: 35px;
}
.blog-details-info .content .dot-list li {
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  color: var(--bodyColor);
}
.blog-details-info .content .dot-list li::before {
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: rgb(28, 202, 129);
}
.blog-details-info .content .tag-list {
  margin-bottom: 35px;
}
.blog-details-info .content .tag-list ul li {
  margin-right: 16px;
}
.blog-details-info .content .tag-list ul li span {
  font-size: 18px;
  font-weight: 600;
  color: var(--blackColor);
}
.blog-details-info .content .tag-list ul li a {
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 2px;
  display: inline-block;
  color: var(--bodyColor);
  background-color: var(--whiteColor);
}
.blog-details-info .content .tag-list ul li a:hover, .blog-details-info .content .tag-list ul li a.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.blog-details-info .content .tag-list ul li:last-child {
  margin-right: 0;
}
.blog-details-info .content .share-list {
  margin-bottom: 35px;
}
.blog-details-info .content .share-list ul {
  justify-content: end;
}
.blog-details-info .content .share-list ul li {
  margin-right: 11px;
}
.blog-details-info .content .share-list ul li span {
  font-size: 18px;
  font-weight: 600;
  color: var(--blackColor);
}
.blog-details-info .content .share-list ul li a {
  height: 32px;
  width: 32px;
  display: inline-block;
}
.blog-details-info .content .share-list ul li a:hover {
  transform: translateY(-7px);
}
.blog-details-info .content .share-list ul li:first-child {
  margin-right: 20px;
}
.blog-details-info .content .share-list ul li:last-child {
  margin-right: 0;
}
.blog-details-info .content .prev-post {
  padding: 20px;
  border-radius: 8px;
  background-color: var(--whiteColor);
}
.blog-details-info .content .prev-post .image {
  flex: 0 0 auto;
  display: block;
  margin-right: 16px;
}
.blog-details-info .content .prev-post .image img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.blog-details-info .content .prev-post .contents span {
  display: block;
  margin-bottom: 7px;
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
}
.blog-details-info .content .prev-post .contents h3 {
  max-width: 213px;
  line-height: 1.5;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.blog-details-info .content .prev-post.style-2 .image {
  margin-right: 0;
  margin-left: 16px;
}
.comments-info {
  margin-bottom: 60px;
}
.comments-info h3 {
  margin-bottom: 30px;
  color: var(--blackColor);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.comments-info .comments-card {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #f0f0f0;
}
.comments-info .comments-card .image {
  flex: 0 0 auto;
  display: block;
  margin-right: 25px;
}
.comments-info .comments-card .image img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
}
.comments-info .comments-card .content h5 {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.comments-info .comments-card .content p {
  max-width: 578px;
  font-size: 16px;
  font-weight: 500;
  color: var(--bodyColor);
}
.comments-info .comments-card .reply {
  top: 30px;
  right: 0;
  font-weight: 500;
  color: #1cca81;
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 13px 8px 46px;
  background-color: #e3f9f6;
}
.comments-info .comments-card .reply i {
  top: 50%;
  left: 15px;
  font-size: 20px;
  position: absolute;
  transform: translateY(-50%);
}
.comments-info .comments-card .reply:hover {
  color: var(--whiteColor);
  background-color: #1cca81;
}
.comments-info .comments-card.ml-100 {
  margin-left: 100px;
}
.single-contact-form h3 {
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-contact-form p {
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--bodyColor);
}
.single-contact-form form .form-group {
  margin-bottom: 25px;
}
.form-control::placeholder {color: #ccc; font-weight:300;}
.form-group .form-control:hover, .form-group .form-control:focus {border-color:#ccc; background: #eee;}
.single-contact-form form .form-group .form-control {
    border: 0;
    height: 50px;
    font-weight: 500;
    box-shadow: unset;
    padding-left: 15px;
    color: var(--bodyColor);
    /*background-color: #f0f0f0;*/
    border-radius: var(--border-radius);
    border: 1px solid #eee;
    color: #333 !important;
    font-size: 15px;
    font-weight: 400;
}
.single-contact-form form .form-group .form-control.textarea {
  height: 145px;
  padding-top: 20px;
}
.single-contact-form.style-2 {
  /*padding: 40px;*/
  /*border-radius: 8px;*/
  margin-bottom: 25px;
  /*background-color: var(--whiteColor);*/
  /*box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.07);*/
}
.modal .single-contact-form.style-2 {  margin-bottom: 0px;}
.single-contact-content {
  margin-bottom: 25px;
}
.single-contact-content .section-title {
  margin-bottom: 60px;
}
.single-contact-content .contact-list {
  margin-bottom: 40px;
}
.single-contact-content .contact-list .icon {
      width: 45px;
    height: 45px;
    flex: 0 0 auto;
    line-height: 45px;
    border-radius: 4px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    background-color: #000;
} 
.single-contact-content .contact-list .icon img {filter: brightness(10);}
.faqPage { background: transparent;}
.faqPage .top-sec {
    position: sticky;
    top: 120px;
}
.flex-start {    align-items: flex-start;}
.contact-social {    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;}
.contact-social li {}
.contact-social li a {width: 30px;
    background: #000;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: var(--border-radius);}
.contact-social li a:hover { background:#545454; transform: translateY(-7px);}
.single-contact-content .contact-list .icon.bg-2 {
  /*background-color: #e3f9f6;*/
}
.single-contact-content .contact-list .content h3 {
      margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}
.single-contact-content .contact-list .content a {
  font-size: 20px;
    color: #000;
    font-weight: 600;
}
.single-contact-content .contact-list .content a:hover {
  color: var(--bodyColor);
}
.single-contact-content .contact-list .content span {
  font-weight: 500;
  color: var(--bodyColor);
      font-size: 18px;
} 
.contact-map iframe {
  width: 100%;
  height: 600px;
  margin-bottom: -5px;
}
.terms-conditions-content {
  margin-bottom: 25px;
}
.terms-conditions-content .title {
  margin-bottom: 25px;
}
.terms-conditions-content .title h3 { 
  margin-bottom: 10px;
  color:var(--sub-heading-color);
}
.terms-conditions-content .title p {
  font-weight: 500;
  color: var(--bodyColor);
}
.terms-conditions-content .title p a {
  color: #92210f;
  text-decoration: none;
}
.terms-conditions-content .title p a:hover {
  color: var(--mainColor);
}
.terms-conditions-content .title ul li {
  margin-bottom: 10px;
}
.terms-conditions-content .title ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions-content .title ul.general li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.terms-conditions-content .title ul.general li:last-child {
  margin-bottom: 0;
}
.terms-conditions-content .title ul.general li strong {
  left: 0;
  position: absolute;
}
.terms-conditions-content .title ul.confidential li {
  padding-left: 20px;
  position: relative;
  font-weight: 300;
}
.terms-conditions-content .title ul.confidential li a {
  color: #92210f;
  text-decoration: none;
}
.terms-conditions-content .title ul.confidential li a:hover {
  color: var(--blackColor);
}
.terms-conditions-content .title ul.confidential li::before {
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: var(--blackColor);
}
.terms-conditions-content .title strong {
  color: var(--blackColor);
}
.terms-conditions-content .title:last-child {
  margin-bottom: 0;
}
/*================================================ Footer Area CSS =================================================*/
.footer-area {
  background-color: #000;
      padding: 50px 0px 25px 0px;
          position: relative;
}
.footer-area .shapes .shape12 {
  left: 83px;
  bottom: 96px;
  z-index: -1;
  position: absolute;
}
.footer-area .shapes .shape13 {
  top: 113px;
  right: 101px;
  z-index: -1;
  position: absolute;
}
.footer-area .shapes .shape14 {
  right: 477px;
  bottom: 65px;
  z-index: -1;
  position: absolute;
}
.footer-area.style-2 {
  /*background-color: var(--whiteColor);*/
      background-color: #000;
}
.footer-area.style-2 .footer-shape {
  top: -80px;
  position: absolute;
  display:none;
}
.footer-area.style-3 {
  background-color: var(--blackColor);
}
.footer-area.style-3 .shape24 {
  left: 10px;
  top: -120px;
  z-index: 1;
  position: absolute;
  animation: rotateme 20s linear infinite;
}
.single-footer-widget {
  margin-bottom: 25px;
}
.single-footer-widget h3 {
      margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.contact-info {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info li {
    line-height: 28px;
    margin-bottom: 30px;
}
.contact-info li span {
    position: relative;
    display: block;
    color: #dda663;
    font-size: 16px;
    font-weight: 500;
}
.contact-info li h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin: 3px 0 0;
}
.footer-shape {    position: absolute;
    top: -34px;
    left: 0;
    right: 0;    display: none;}
.contact-info li a { color: #fff;}
.contact-info li a:hover {color:#dda663;}
.myswiperPartner-col { display:flex;}
.single-footer-widget.logo-info .logo {
  margin-bottom: 25px;
}
.single-footer-widget.logo-info .logo img {    filter: brightness(60);
    height: 60px;}
.single-footer-widget.logo-info p {
  opacity: 0.7;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
}
.single-footer-widget.logo-info .email {
  color: #8a47cb;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}
.single-footer-widget.logo-info .social-link li {
  margin-right: 15px;
}
.single-footer-widget.logo-info .social-link li a {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-radius: var(--border-radius);
  display: inline-block;
  color: #fff;
  background-color: var(--bodyColor);
}
.single-footer-widget.logo-info .social-link li a:hover {
  background-color: var(--mainColor);
  transform: translateY(-7px);
}
.single-footer-widget.logo-info .social-link li:last-child {
  margin-right: 0;
}
.single-footer-widget.links-info ul li {
    font-weight:400;
  margin-bottom: 10px;
}
.single-footer-widget.links-info ul li a {      transition: all 500ms ease;
}
.single-footer-widget.links-info ul li a:hover i{    color: #dda663;
}
.single-footer-widget.links-info ul li a:hover { padding-left: 5px;}
.single-footer-widget.links-info ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget.app-info span {
  opacity: 0.7;
  display: block;
  margin-bottom: 40px;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-footer-widget.app-info ul li {
  margin-right: 20px;
  transition: var(--transition);
}
.single-footer-widget.app-info ul li:hover {
  transform: translateY(-10px);
}
.single-footer-widget.app-info ul li:last-child {
  margin-right: 0;
} 
.single-footer-widget.style-2.logo-info p {
  /*color: var(--blackColor);*/
}
.single-footer-widget.style-2.logo-info .social-link li a {
  background-color: #ffffff;
  color:var(--theme-color);
}
.single-footer-widget.style-2.logo-info .social-link li a:hover {
  background-color: #545454;
  color:#fff;
}  
.single-footer-widget.style-2.links-info ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget.style-2.app-info span {
  color: var(--bodyColor);
}
.single-footer-widget.style-3.logo-info {
  margin-right: -3px !important;
}
.single-footer-widget.style-3.logo-info p {
  opacity: 100%;
  font-size: 16px;
}
.single-footer-widget.style-3.logo-info h4 {
  color: var(--whiteColor);
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.single-footer-widget.style-3.logo-info .social-link li {
  margin-right: 15px;
}
.single-footer-widget.style-3.logo-info .social-link li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 37px;
  border-radius: 4px;
  border: 1px solid #878787;
  background-color: var(--blackColor);
}
.single-footer-widget.style-3.logo-info .social-link li a:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.single-footer-widget.style-3.logo-info .social-link li:last-child {
  margin-right: 0;
}
.single-footer-widget.style-3.links-info {
  margin-right: -22px !important;
}
.single-footer-widget.style-3.links-info ul li {
  padding-left: 22px;
  position: relative;
}
.single-footer-widget.style-3.links-info ul li a {
  opacity: 100%;
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 500;
}
.single-footer-widget.style-3.links-info ul li a:hover {
  color: var(--mainColor);
}
.single-footer-widget.style-3.links-info ul li img {
  left: 0;
  top: 8px;
  position: absolute;
}
.single-footer-widget.style-3.contact-info {
  margin-left: 65px !important;
}
.single-footer-widget.style-3.contact-info .items {
  margin-bottom: 18px;
}
.single-footer-widget.style-3.contact-info .items .icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  line-height: 38px;
  text-align: center;
  margin-right: 16px;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--mainColor);
}
.single-footer-widget.style-3.contact-info .items .content p {
  color: #878787;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}
.single-footer-widget.style-3.contact-info .items .content span {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
}
.single-footer-widget.style-3.contact-info .items .content a {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
}
.single-footer-widget.style-3.contact-info .items .content a:hover {
  color: var(--mainColor);
}
.single-footer-widget.style-3.subscribe-info {
  margin-left: 67px !important;
}
.single-footer-widget.style-3.subscribe-info form .form-group {
  margin-bottom: 20px;
}
.single-footer-widget.style-3.subscribe-info form .form-group .form-control {
  height: 60px;
  border: 0;
  font-weight: 500;
  box-shadow: unset;
  padding-left: 20px;
  background-color: var(--whiteColor);
}
.single-footer-widget.style-3.subscribe-info form .form-group .form-control::-moz-placeholder {
  color: #878787;
}
.single-footer-widget.style-3.subscribe-info form .form-group .form-control::placeholder {
  color: #878787;
}
.col-lg-3:nth-child(1) .single-footer-widget {
  margin-right: 10px;
}
.col-lg-3:nth-child(3) .single-footer-widget {
  margin-left: 50px;
}
.col-lg-2:nth-child(2) .single-footer-widget {
  margin-left: 50px;
}
.col-lg-4:nth-child(4) .single-footer-widget .contact-info {
  /*margin-left: -10px;*/
  background:url(../images/world-map.png) no-repeat bottom right;
}
/*================================================ Copyright Area CSS =================================================*/
.copyright-area {
      padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    border-top: 1px solid #333;
}
.copyright-area .icon-info a {
  left: 0;
  right: 0;
  top: -35px;
  z-index: -1;
  width: 65px;
  height: 65px;
  margin: auto;
  line-height: 50px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border: 5px solid var(--whiteColor);
}
.copyright-area .icon-info a:hover {
  background-color: var(--blackColor);
}
.copyright-area.style-3 {
  border-top: 1px solid #878787;
  background-color: var(--blackColor);
}
.copyright-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--whiteColor);
  font-family: var(--fontFamily);
}
.copyright-content.style-3 p {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
}
.copyright-list {
  text-align: end;
}
.copyright-list ul li {
  margin-right: 40px;
}
.copyright-list ul li a {
  font-weight: 500;
  position: relative;
  color: var(--whiteColor);
}
.copyright-list ul li a::before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.copyright-list ul li a:hover::before, .copyright-list ul li a.active::before {
  width: 100%;
}
.copyright-list ul li:last-child {
  margin-right: 0;
}
/*================================================ Go Top CSS =================================================*/
.go-top {
  z-index: 9;
  opacity: 0;
  right: 20px;
  width: 48px;
  height: 50px;
  bottom: 20px;
  font-size: 28px;
  cursor: pointer;
  border-radius: 30px;
  visibility: hidden;
  transition: var(--transition);
  background-color: var(--mainColor);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top img {
  left: 0;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  z-index: 999;
  bottom: 20px;
  visibility: visible;
}
.go-top:hover {
  transform: translateY(-7px);
}
/*# sourceMappingURL=style.css.map */


/* Modal Styles */
       .modal {
            display: flex;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }
        
        .modal-content {
            background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
            padding: 20px;
            width: 50%;
            border-radius: var(--border-radius);
            text-align: center;
            position: relative;
            transform: scale(0.8);
            transition: transform 0.5s ease;
        }
        
        .modal.show {
            opacity: 1;
            visibility: visible;
        }
        
        .modal.show .modal-content {
            transform: scale(1);
        }
        
        .close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 20px;
            cursor: pointer;
            color:#fff;
        }
        .modal-title{
            color:#fff;
            margin-bottom: 20px;
        }
.newHeader .dropdown-toggle::after {content:none;} 
.newHeader .dropdown-toggle i {}
.gallery-img {
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 2px;
    box-shadow: 0px 0px 9px #ccc;
}
.gallery-page a { overflow:hidden; transition: transform 0.3s ease-in-out; cursor: pointer;}
.gallery-page a:hover img { transform: scale(1.1); }
.gallery-page a img {transition: var(--transition);}
.gal-img-container {    overflow: hidden;}
.copyright-area .icon-info a { }
@media only screen and (max-width: 1399px) {
.footer-shape { top: -15px; }
.newHeader .nav-link { margin: 0px 6px;}
.newHeader .default-btn3 {    padding: 10px 30px;}
.ab-partner .partner-container { 
    padding: 10px;
}
.about-img-2 img {
    aspect-ratio: 1 / 1;
}
}
        
@media only screen and (max-width: 1199px) {
.about-us-images {
     padding: 0 190px 210px 0;
}
.about-img-2 img {
    aspect-ratio: 1 / 1.334;
}
.about-img-2 {
    width: 210px;
}
.contact-circle {
    right: 30px;
}
.newHeader .navbar-collapse {
    padding-right: 0px;
}
.partner-section.ab-partner { padding:50px 0px;}
.partner-section.ab-partner .partner-container { padding: 0px;}
.partner-section.ab-partner { background:#fbfbfb;}

.swiper-pagination-bullet {background: #8f8f8f !important;}
.swiper-pagination-bullet-active {
    background: var(--theme-color) !important;
}
.swiper-pagination {position: relative !important;
    margin-top: 25px;}
.show-d {display:none;}
.show-m {display:block;        margin-top: 20px;}
.new-section-title, .slider-sectionUsp .left-content h2, .scnd-title,.faq-title h2 {line-height: 2.5rem;
    font-size: 2.0rem;}
.video-thumb {
    padding: 0;
}
.mob {    display: flex;gap: 15px;width: 100%;
    margin-top: 15px;
    align-items: center;
    justify-content: center;}
.swiper-button-nextUsp, .swiper-button-prevUsp {position: relative;
    transform: none;
    left: auto !important;
    right: auto !important;}
.stats-section {    max-width: 600px;
    float: left;}
.partner-title {
    font-size: 24px;
}
.navbar-toggler-icon {background-image: url(../images/menu1.svg);
        height: 36px;
        width: 36px;
        filter: invert(1) brightness(1) contrast(1.2);}
.style-2.is-sticky .navbar-toggler-icon  {filter: brightness(1);}
.left-content .btn-wrap {    justify-content: center;}
    .slider-sectionUsp {
        flex-direction: column;
        gap: 20px;
    }
.slider-sectionUsp .left-content {
    width: 100%;    text-align: center;
            padding: 0;
}
.slider-sectionUsp .swiper-container {
    width: 100%; 
}
.newHeader .nav-link { 
        padding: 10px 15px;
        border-bottom: 1px dashed #484343;
        font-size: 16px;
        font-weight: 400;
    }
.newHeader .navbar-nav {    background: #1b1b1b;
    padding: 0px;
    margin-top: 10px;}
.style-2.is-sticky .newHeader .nav-link {    color:#fff; }
.newHeader .navbar-nav .dropdown-menu:before { content:none;}
.newHeader .navbar-nav .dropdown-menu {
            padding: 0px 0px;
        background: transparent;
        border-radius: 0;
        animation: none !important;
        transform: none !important;
        opacity: 1;
                margin: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color: #fff;}
.navbar-toggler {margin-left: 5px;
    border: none;
    padding: 0;}
.oderThree {order:inherit;}
.navbar-toggler:focus {outline:none; box-shadow: none;}
.navbar-area, .navbar-area.is-sticky { padding: 10px 0px; }
.newHeader .dropdown-toggle i {
    float: right;
    font-size: 20px;
}
.newHeader .dropdown-menu {font-size: 15px;
    border: none;
    background: transparent;}
.newHeader .dropdown-menu .dropdown-item {padding: 10px 23px;
    border-bottom: 1px dashed #484343;        color: #fff;}
.homeAbout .about-area {
    padding-bottom: 5rem;
}

.contact-map iframe {
    height: 400px;
}
.top-bar-header { padding-top:90px;}
}
@media only screen and (max-width: 1024px) {
.slider-sectionBlog {flex-direction: column;}
.slider-sectionBlog .left-content,.slider-sectionBlog .swiper-container { width:100%;}
.desktop { display:none;}
}
@media only screen and (max-width: 992px) {
.stiky-sec { 
     padding-bottom: 50px; 
}
.ab-rows { width: 100%;}
    .about-us-images {
        padding: 0 250px 210px 0;
    }
    .about-img-2 {
        width: 340px;
    }    .about-img-2 {
        width: 340px;
    }
.slider-sectionBlog .left-content p, .faq-title p {
    font-size: 16px;
}
.slider-sectionBlog .left-content p { margin-bottom: 0px;}
.orlabel {
    margin: 30px 0px;
}
.give-call { margin-bottom: 30px;}
.get-a-free {
    padding-bottom: 66px !important;
}
.give-call h5 { margin-bottom: 3px;}
.give-call h3 a {
 font-size: 36px;
        font-weight: 600;
        color: var(--sub-heading-color);
}
.contact-map iframe {
    height: 320px;
}
.contact-social li a i {
    font-size: 18px;
}
.contact-area .single-contact-form form .form-group {
    margin-bottom: 15px;
}
.single-contact-content .contact-list .icon img {
    width: 20px;
}
.single-contact-content .contact-list .icon {
       width: 30px;
        height: 30px;
        line-height: 30px;
        border: none;
        box-shadow: none;
        margin-right: 10px;
                display: none;
}
.single-contact-content .contact-list .content h3 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    /*display:none;*/
    color: #8c8c8c;
}
.single-contact-content .noclass { margin-bottom: 20px !important;}
.single-contact-content .contact-list .content span {
    font-weight: 400;
    font-size: 16px;
}
.single-contact-content .contact-list {
    margin-bottom: 25px;
}
.abpage h5 {         font-weight: 400;
        font-size: 18px;}
.top-bar-header {padding-top: 80px;}
    .partner-titlessd {
        text-align: center;
        margin-bottom: 20px;
    }
.stiky-sec .stiky-sec-boxs .stiky-single { position:relative !important; top: auto !important; margin-bottom: 15px; }
.stiky-sec .stiky-sec-boxs .stiky-single .stiky-sec-img { margin-bottom: 24px;}
h3.service-title {
    font-size: 18px;
}
.need-faq-d { display:none;}
.need-faq-m { display:block;text-align: center;}
.top-hero-section .hero-image img { display:none; }
.top-hero-wrapper {padding: 160px 0px 60px 0px; }
.faqPage .top-sec {
    position: relative;
    top: auto;
}
}
@media only screen and (max-width: 890px) {
.top-hero-wrapper{
    /*background-image: linear-gradient(104deg, rgb(42 2 51 / 87%), rgb(26 2 44 / 72%)), url(../images/hero.jpg);*/
}
    .image-one,.image-two { display:none;}
    .faq-section button.accordion-button {
    font-size: 18px;padding: 15px !important;
} 
.accordion-button::after {
    background-size: cover;
    width: 12px;
    height: 12px;
}
.about-content .about-title h2,.slider-sectionBlog .left-content h2 { font-size: 2rem !important;}
.about-area {
        padding: 2rem 0 0rem 0 !important;
    }
.copyright-area .copyright-content {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .about-us-images {
        padding: 0 32% 100px 0;
        display: flex;
        align-items: flex-start;
        gap: 15px;
    } 
    .about-img-2 {
        width: 240px;
    }
.about-img-1:before {
    left: 35%;
}
    .about-img-2 img { 
        border: 5px solid #fffdfd;
    }
.contact-circle img {
    max-width: 100px;
}
    .contact-circle {
        right: 14px;
    }
.contact-info li {
    line-height: 28px;
    margin-bottom: 10px;
}
.contact-info li span {
    font-size: 14px;
    font-weight: 400;
}
.odr-1 {order:1;}
.odr-2 {order:2;}
.odr-3 {order:3;}
.odr-4 {order:4;}
.contact-area .single-contact-form {margin-top: 30px;
    background: #fbfbfb;}
.work-with, .work-step-thumb, .work-with p {
     text-align: center;
}
.single-footer-widget .contact-info li h3 {border-bottom: 0px solid #fff; padding-bottom: 0px;display: inline-block;}
.single-footer-widget h3 {
    border-bottom: 1px solid #fff;
        padding-bottom: 4px;
                display: inline-block;
}
.single-blog-info { margin-bottom: 0; }
.order-sm-1 {
        order: 1 !important;
}
.order-sm-2 {
        order: 2 !important;
}
.top-bar-headSec h2 {
    font-size: 28px;
}
.top-bar-header {
        padding-top: 80px;
        padding-bottom: 20px;
    }
.slider-sectionBlog .left-content { margin-bottom: 20px;}
.about-content .about-title h2, .slider-sectionBlog .left-content h2 {
        line-height: 2.0rem;
        font-size: 1.7rem !important;
    }
.new-section-title, .slider-sectionUsp .left-content h2, .scnd-title, .faq-title h2 {
        line-height: 2.0rem;
        font-size: 1.7rem;
}
.video-thumb-section .video-thumb {
        margin-bottom: 25px;
}
.video-thumb-section .col-md-4:last-child .video-thumb { margin-bottom: 0px;}
 .copyright-area .icon-info a {
        right: 15px !important;
        left: auto !important;
        position: fixed;
        bottom: 40px;
        top: auto !important;        z-index: 9;
    }
.copyright-area .copyright-content,.copyright-area  .copyright-list {
        text-align: center !important;
}
    .copyright-area {
                padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
.copyright-area .copyright-content { margin-bottom: 5px;}
.copyright-area .copyright-content p { font-size: 14px !important;}
.faq-all-btn a { font-size:20px;}
    .homeAbout .about-area {
        padding-bottom: 5rem;
        padding: 1rem 0px !important;
    }
.slider-sectionBlog .mob,.our-usp .mob {
left: 0rem;
width: 130px;
margin: 0 auto;
right: 0;
}
.blog-grid-right-sidebar .single-pages-widget.recent-blogs .items {
        display: flex !important;
    }
.single-pages-widget.recent-blogs .items .content h4 a {font-size: 1.07rem;}
.blog-grid-left-sidebar .blog-details-info .content {
        padding: 20px 0px;
    }
.blog-grid-left-sidebar .single-pages-widget {
        padding: 15px;
    }
}
@media only screen and (max-width: 600px) {
.testiChange .owl-item.active.center {border: 1px solid #b6b6b6; box-shadow: none; }
    .about-img-2 {
        width: 190px;
}
    .about-us-images {
        padding: 0 127px 100px 0; 
        width: 375px;
        margin: 0 auto;
    }
.modal .modal-close {         top: 0px;
        background: transparent; }
.footer-shape {
     display:none;
    }
.top-bar-headSec h2 {
        font-size: 24px;
        text-align: center;
}
    .top-hero-wrapper {
        padding: 110px 0px 50px 0px;
    }
.top-hero-wrapper .hero-content h1 {
        font-size: 2rem;
    }
    .new-section-title, .slider-sectionUsp .left-content h2, .scnd-title, .faq-title h2 {
        line-height: 1.9rem;
        font-size: 1.5rem;
    }
.about-content .about-title h2, .slider-sectionBlog .left-content h2 {
        line-height: 1.9rem;
        font-size: 1.5rem !important;
    }
.od-xs .col-lg-7 {order:2;}
.od-xs .col-lg-5 { order:1;}    
.usp-item-title h3 {
    font-size: 1.2rem;
}
.res-50 { width: 50%;}
.single-footer-widget h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

  .single-footer-widget.links-info ul li a {
    font-size: 14px !important;font-weight: 300;
  }
 .single-footer-widget {
    margin-bottom: 30px;
}
.col-lg-4:nth-child(4) .single-footer-widget {
        margin-bottom: 0;
    }
.contact-info li {
     margin-bottom: 0px;
}
.contact-info li h3 {
     font-size: 16px;
    line-height: 16px; 
}
.contact-info li { 
    margin-bottom: 20px;
}
.act-section { overflow:hidden;}
.stats-section {gap: 15px;}
.top-hero-wrapper .hero-content .stat-card p {
    font-size: 14px !important;
}
.leadGenModal .modal-content { max-width: calc(100% - 8px);}
    .newHeader .default-btn3 {padding: 7px 22px !important;
        font-size: 14px !important;
        font-weight: 500;}
.newHeader .navbar-brand {    padding: 0;}
.faq-section button.accordion-button {
    font-size: 18px;
}
.default-btn3 {
        font-size: 15px !important;
    }
.newHeader .nav-link {
        margin: 0px 0px;
    }
.top-bar-header { padding-left:0px; padding-right:0px;}
}
@media only screen and (max-width: 450px) {
.ab-rows .col-xl-6 { padding: 0px;}
.ab-rows .col-xl-6:last-child { margin-top: 15px;}
    .about-us-images { 
        width: 335px;
        /*padding-right: 155px;*/
        padding-bottom: 150px;
    }
        .about-img-2 {
        width: 185px;
    }
    .contact-circle img {
        max-width: 80px;
    }
        .contact-circle {
        right: 30px;
    }
    .about-img-1:before {
        left: 38%;
        width: 114px;
        height: 35px;
        bottom: 30px;
    }
}



