/*!
Theme Name: Leadvantedge
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: leadvantedge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Leadvantedge is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Body setting start */
body {
    margin: 0px;
}
/* Body setting end */
/* Header css start */
/* .site-header ul li a:hover {
    text-decoration: underline;
    color:#fff;
} */

.site-header .current-menu-item a {
    text-decoration: underline;
    color:#fff;
}
.contactus a {
    background-color: #D70055;
    border-radius: 50px;
    padding-left: 45px !important;
    padding-right: 45px !important;
    margin-left: 50px !important;
    border: 1px solid  #D70055;
    
}
.contactus a:hover {
    text-decoration: none !important;
    background-color: transparent;
    border: 1px solid;
}
.contactus a {
    color: #fff !important;
}
.contactus a:hover {
    color: #D70455 !important;
}

/* .elementor-section.header-main{
    position:absolute !important;
    top:0px !important;
} */

    .elementor-section.header-main:hover .hover-logo{
        display: block !important;
    }
    .elementor-section.header-main:hover .site-logo{
        display: none !important;
    }
    .elementor-section.header-main{
        transition: all .3s ease !important;
    }
    .header-main .hover-logo{
        display:none;
    }
    .header-main:hover ul li a {
        color: #130d39 !important;
    }
    .header-main:hover ul li a:hover {
        color: #d70055 !important;
    }
/*  .elementor-section.header-main:hover .site-header.menu .elementor-nav-menu .menu-item:nth-last-child(1) .elementor-item-anchor{
        color: #fff !important;
        background-color: #d70055;
        border-color: #d70055;
    } */
    .elementor-section.header-main:hover .site-header.menu .elementor-nav-menu .menu-item .elementor-item.elementor-item-active{
        color: #D70455 !important;
    }
    .site-header a.ekit-menu-nav-link.active {
        text-decoration: underline;
    }
    .header-main:hover ul li a i.icon.icon-down-arrow1.elementskit-submenu-indicator {
        color: #130d39 !important;
    }
    .header-main:hover .contactus a {
        color: #fff !important;
    }
    .header-main:hover ul li a:hover i.icon.icon-down-arrow1.elementskit-submenu-indicator {
        color: #D70455 !important;
    }
    .header-main ul li a i.icon.icon-down-arrow1.elementskit-submenu-indicator {
        display:none;
    }
/*  .header-main:hover a.ekit-menu-nav-link.active {
        color: #D70455 !important;
    } */
    button.elementskit-menu-close.elementskit-menu-toggler {
        font-size: 17px;
    }
@media only screen and (max-width: 1024px) {

/*  header  */
    .site-header.menu .elementskit-menu-hamburger{
        width: 35px !important;
    }
    .site-header.menu .elementskit-menu-close{
        width: 35px !important;
        height: 35px !important
    }
    
    .contactus {
        margin-bottom: 20px !important;
        margin-top: 10px !important;
    }
/*  .contactus a {
        width: 95% !important;
        max-width: 95%;
        margin: 0 auto !important;
    } */
    .contactus a {
        margin-left: 20px !important;
        color: #fff !important;
        padding: 8px 30px !important;
    }
    .site-header .current-menu-item a {
        text-decoration: none;
    }
    .site-header ul li a:hover {
        text-decoration: none;
    }
    .site-header.menu .elementor-menu-toggle.elementor-active{
        width: 45px !important;
    }
    .contactus {
        width: fit-content;
    }
    .header-main:hover ul li a i.icon.icon-down-arrow1.elementskit-submenu-indicator {
        color: #d70055;
    }
    .contactus a.ekit-menu-nav-link {
        margin-left: 15px !important;
    }
    .header-main ul li a i.icon.icon-down-arrow1.elementskit-submenu-indicator {
        display:block;
    }
    .header-main .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay.active {
        display: none;
    }
    
}
/* Header css end */

/* Footer css start  */
.fz-p p {
    margin: 0px !Important;
}

.site-foter ul li a span {
    display: inline-block;
}
.site-foter ul li a span::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #fff;
    transition: 300ms;
}
.site-foter ul li a span:hover::after {
    width: 100%;
}
/* Footer css end */
/* Home page css start */
.vector-underline {
    position: relative;
}
span.vector-underline:after {
    content: "";
    width: 100%;
    height: 15px;
    background: url(/wp-content/uploads/2023/07/Vector.svg);
    position: absolute;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -13px;
    left: 0;
}
span.vector-underline.out-of-the-box-graphics:after {
    content: "";
    width: 100%;
    height: 15px;
    background: url(/wp-content/uploads/2023/07/Vector.svg);
    position: absolute;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -13px;
    left: 0;
}
.home-testimonial .swiper-pagination {
    text-align: right !important;
}
.home-testimonial .swiper-pagination span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: transparent !important;
    border: 0px solid #BCBCBC;
}
.green-text-line {
    font-weight: 700;
    color: #95B44A;
}
.learn-more-btn .elementor-widget-container {
    margin: 0px !important;
}
.learn-more-btn a {
    padding: 0px !important;
}
.learn-more-btn a:hover {
    padding: 15px 35px !important;
  
}

.learn-more-btn a:hover span.elementor-button-icon.elementor-align-icon-right {
    opacity:0;
}
.learn-more-btn {
    height: 45px;
}
.learn-more-btn a i.fas.fa-greater-than {
    font-size: 9px;
}
.counter-number span.elementor-counter-number-prefix {
    display: none;
}
.impact-stories .swiper-pagination {
    text-align: right;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: 6%;
}
.impact-stories.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0;
    top: 108%;
}
.impact-stories.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 80% !important;
    top: 108% !important;
}
.impact-stories span.swiper-pagination-current {
    background-color: #D70055;
    padding: 1px 7px;
    border-radius: 50px;
    color: #fff;
}
.impact-stories.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled {
    color: #130D39;
    opacity: 1 !important;
}
.pagination-for-swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: #D70055;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}
.pagination-for-swiper span.swiper-pagination-bullet {
    width: 25px !important;
    height: 25px;
    color: #000;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
}
.pagination-for-swiper .swiper-button-prev::after {
    font-size: 22px;
    font-weight: bold;
}
.pagination-for-swiper .swiper-button-next::after {
    font-size: 22px;
    font-weight: bold;
}
.pagination-for-swiper .swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    top: 0px !important;
    width: unset !important;
    height: unset !important;
    margin-top: unset !important;
    z-index: 10;
    display: unset;
}
.pagination-for-swiper .swiper-pagination {
    position: absolute !important;
    transform: translate(0%, 0%) !important;
    width: 100% !important;
    height: 100% !important;
}
.pagination-for-swiper .swiper-button-disabled {
    color: #120f37 !important;
    opacity: 1 !important;
}
.blue-bg-slider .elementor-testimonial .elementor-testimonial__footer {
    width: 32%;
    text-align: left;
}
.blue-bg-slider .elementor-testimonial .elementor-testimonial__content {
    width: 68%;
}
.blue-bg-slider .elementor-testimonial {
    align-items: center !important;
}
.blue-bg-slider .elementor-main-swiper {
    width: 100% !important;
}
.e-height-imgas img {
    height: 211px !important;
}
.small-screen-custom-container{
    display:none;   
    }
.e-height-imgas img {
    object-fit: unset !important;
}

@media only screen and (max-width: 1400px) {
    .custom-section{
        display:none;
    }
    .small-screen-custom-container{
        display:block;  
    }
}
@media only screen and (max-width: 768px) {

.home-testimonial .elementor-testimonial__content {
    padding-right: 0px !important;
    padding-left:0px !important;
}
.blue-bg-slider .elementor-testimonial .elementor-testimonial__footer {
    position: absolute;
    left: 15px;
    top: -25px;
    z-index: 10;    
    width: 100%;
}
.blue-bg-slider .elementor-testimonial .elementor-testimonial__content {
    width: 100%;
    padding-left: 15px !important;
    padding-top: 45px;
}
.blue-bg-slider .elementor-testimonial {
    position: relative;
}
.e-height-imgas img {
    height: auto !important;
}

}

/* Home Page CSS End */
/* solution page start */
/* .fz-p.solutions-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
} */
/* solution page end */
/* solution detail page start */
.testimonial-for.solutions .elementor-swiper-button.elementor-swiper-button-next {
    background-color: #D70055;
    padding: 10px;
    border-radius: 50%;
    margin-right: -50px;
}
.testimonial-for.solutions .elementor-swiper-button.elementor-swiper-button-prev {
    background-color: #D70055;
    padding: 10px;
    border-radius: 50%;
    margin-left: -50px;
}
.testimonial-for.solutions-detils .elementor-swiper-button-next {
    background-color: #D70055;
    padding: 10px;
    border-radius: 50%;
    margin-right: -20px;
}
.testimonial-for.solutions-detils .elementor-swiper-button-prev {
    background-color: #D70055;
    padding: 10px;
    border-radius: 50%;
    margin-left: -20px;
}
.testimonial-for.solutions-detils .swiper-button-disabled {
    display: none !important;
}
.testimonial-for.solutions .swiper-button-disabled {
    display: none !important;
}
.solutions-details ul {
    padding-left: 15px;
    margin: 0px;
}
.testimonial-for.solutions .elementor-testimonial__footer {
    display: block;
    text-align: right;
    margin-top: 15px;
}
.testimonial-for.solutions.our-impacts-on-our-approch p:before {
    content: '';
    width: 25px;
    height: 20px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2023/08/Group.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.Our-solutions.sub-pages-titels h3 a:hover {
    color: #d70055;
}
.testimonial-for.solutions.our-impacts-on-our-approch .swiper-slide-next .elementor-widget-text-editor .elementor-widget-container {
    color: #5569A4;
}
/* more soltuions start */
div#ledrship-col {
    width: 33%;
}
div#DEI-col {
    width: 33%;
}
div#skill-building-col {
    width: 33%;
}
div#sales-training {
    width: 33%;
}

.page-id-2016 div#sales-training {
    display: none;
}
.page-id-2001 div#skill-building-col {
    display: none;
}
.page-id-1996 div#DEI-col {
    display: none;
}
.page-id-1718 div#ledrship-col {
    display: none;
}
.more-solution-template p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.more-solution-template h2 {
    min-height: 50px;
}
/* more solutions end */
@media only screen and (max-width: 1300px) {
.testimonial-for.solutions-detils .elementor-swiper-button-prev {   
        padding: 5px;      
        margin-left: -5px;
    }
    .testimonial-for.solutions-detils .elementor-swiper-button-next {   
        padding: 5px;      
        margin-left: -5px;
    }
    .testimonial-for.solutions .elementor-swiper-button.elementor-swiper-button-prev {
        padding: 5px;
        margin-left: -30px;
    }
    .testimonial-for.solutions .elementor-swiper-button.elementor-swiper-button-next {
        padding: 5px;
        margin-right: -30px;
    }
}

@media only screen and (max-width: 1024px) {
    .testimonial-for.solutions .elementor-swiper-button.elementor-swiper-button-next {
        padding: 5px;
        margin-right: -15px;
    }
    .testimonial-for.solutions .elementor-swiper-button.elementor-swiper-button-prev {
        padding: 5px;
        margin-left: -15px;
    }
    .testimonial-for.solutions-detils .elementor-swiper-button-next {
        margin-right: -9px;
    }
    .testimonial-for.solutions-detils .elementor-swiper-button-prev {
        margin-left: -9px;
    }
/*  .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
        left: -103vw !important;
    } */
    span.vector-underline.out-of-the-box-graphics:after {
        width: 100%;
    }
    .icon-box-how-it-works p br {
        display: none;
    }
}

/* solution detail page end */
/* our approach page start */
.testimonial-for.solutions.our-impacts-on-our-approch .swiper-slide.swiper-slide-next .elementor-testimonial__footer span.elementor-testimonial__title {
    color: #5569A4 !important;
}
.testimonial-for.solutions.our-impacts-on-our-approch.elementor-widget-testimonial-carousel .swiper-slide {
    height: fit-content !important;
}

/* our approch page end */
/* about us page start */
.circaled-box .elementor-widget-wrap.elementor-element-populated {
    border-radius: 50%;
    height: 350px;
    width: 350px;
    margin:0 auto !important;
}
.our-team-mamber h2.profile-title a.ekit-team-popup:after {
    content: 'Learn More >';
    position: absolute;
    bottom: -28px;
    width: 100%;
    left: 0%;
    font-size: 14px;
    color: #D70455;
    font-family: 'Montserrat';
    font-weight: 600;
}
.our-team-mamber .modal-body img.attachment-full.size-full.wp-image-1151 {
    display: none;
}
/* .our-team-mamber .modal-body ul.ekit-team-modal-list {
    position: absolute;
    left: 50px;
    top: 100px;
} */
/* .our-team-mamber .modal-body ul.ekit-team-social-list {
    position: absolute;
    left: 50px;
    top: 220px;
    display: block;
} */
.our-team-mamber ul.ekit-team-social-list {
    display: none;
}
.our-team-mamber .modal-body ul.ekit-team-modal-list li {
    padding: 3px 0px;
    border: 0px solid;
}
@media only screen and (max-width: 1150px) {
.circaled-box .elementor-widget-wrap.elementor-element-populated {
        height: 320px;
        width: 320px;
    }   
}
@media only screen and (max-width: 768px){
    .circaled-box .elementor-widget-wrap.elementor-element-populated {
        height: 280px;
        width: 280px;
    }
    .testimonial-for.solutions.our-impacts-on-our-approch .swiper-slide-active .elementor-widget-text-editor .elementor-widget-container {
        color: #5569A4;
    }
    div#ledrship-col {
    width: auto;
    }
    div#DEI-col {
        width: auto;
    }
    div#skill-building-col {
        width: auto;
    }
    div#sales-training {
        width: auto;
    }
    .more-solution-template img {
        height: auto !important;
    }
    
    
    .more-solution-template h2 {
        min-height: auto;
    }
}
/* about us page end */
/* contact us page start */
.apptivo-form .formsection .formrgt {
    width: 100%;
/*  padding: 0px; */
}
.apptivo-form .awformmain .formsection label {
    width: 100%;
    float: unset;
    display:inline-block;
}
.apptivo-form .formsection .formrgt input {
    padding: 20px 15px;
    border: 0px;
    border-radius: 15px;
    font-family: 'Montserrat';
    color: #A0A0A0 !important;
    font-size: 15px;
}
.apptivo-form select {
    padding: 20px 15px;
    border: 0px;
    border-radius: 15px;
    font-family: 'Montserrat';
    color: #A0A0A0 !important;
    font-size: 15px;
    -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
    background-color: #fff;
}
.apptivo-form  textarea {
    width: 100%;
    height: 200px;
/*     width: 767px; */
    border: 0px;
    border-radius: 15px;
    font-family: 'Montserrat';
    color: #A0A0A0 !important;
    font-size: 15px;
    padding: 15px 20px;
}
.apptivo-form .awformmain .formsection {
    position: relative;
    overflow: unset !important;
}
.awformmain .formsection:nth-child(7) {
    margin-top: 25px;
}
.awformmain .formsection:nth-child(8) {
    margin-top: 25px;
}
.apptivo-form .awformmain .formsection label {
    width: 100%;
    float: unset;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #120F37;
    font-weight: 800;
    margin-top: 15px;
}
.apptivo-form .awformmain .fullsecsub .formrgt, .awformmain .fullsecsub .formrgt input {
    float: unset !important;
    margin-right: unset;
}
.apptivo-form input#awp_contactform_submit_Contact_us {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #D70055;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D70055;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
label.error {
    font-size: 12px !important;
    color: #D70055 !important;
}
.awformmain .formsection:nth-child(n+9) {
    width: 100%;
}
.apptivo-form .formsection.captcha .formrgt {
    display: flex;
    background-color: #fff;
    border-radius: 15px !important;
    width: 94%;
    position: relative;
}
.apptivo-form .formsection.captcha .formrgt img#captcha_image {
    object-fit: contain;
    padding-left:10px;
}
.apptivo-form .formsection.captcha .formrgt input#captcha_id {
    border-left: 1px solid #E4E4E4;
    border-radius: 0px 15px 15px 0px;
}
.apptivo-form .formsection .formrgt {
    padding-right: 25px;
}
.awformmain .formsection:nth-child(5) label.error {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 10;
    width: 90% !important;
}
.awformmain .formsection:nth-child(6) label.error {
    position: absolute;
    bottom: -35px;
    z-index: 10;
}
.apptivo-form .formsection .formrgt input::placeholder {
    color: #A0A0A0 !important;
}
a.prcy {
    color: #fff;
    margin: 0px 10px;
}
.apptivo-form .absp_success_msg {
  color: #95b44a;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
}
@media only screen and (max-width: 1024px){
    .apptivo-form .awformmain .formsection label {
        font-size: 13px;
        margin-top:10px;
    }
    .apptivo-form .formsection .formrgt input {
        padding: 15px 10px;
        font-size:13px;
    }
    .apptivo-form select {
        padding: 15px 10px;
        font-size: 13px;
    }
    .apptivo-form .formsection.captcha .formrgt {
        width: 90%;
    }
}
@media only screen and (max-width: 768px){
.apptivo-form .formsection .formrgt {
    padding-right: 0px;
}
}
/* contact us page end */
/* Team section start */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  margin-top: 100px; /* Location of the box */
  left: 0;
  top: -50%;
  width: 100%; /* Full width */
  height: fit-content;/* Full height */
  overflow: auto; /* Enable scroll if needed */
  
}
section.main-section.our-coaches-section .modal {
    top: 20%;    
    position: fixed; /* Stay in place */
}
section.main-section.our-coaches-section .modal-content {
  width: 77%;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%), 0 0px 0px 0 rgb(0 0 0 / 20%);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* section.main-section {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 50px;
} */
section.main-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 45px;
}
.post-dev {
    text-align: center;
    cursor: pointer;
}
.modal-content .pop-up-main-div {
    text-align: left;
    padding: 30px 80px;
    display: flex;
}
.social-details {
    width: 35%;
    padding-top:100px;
}
.mamber-details {
    width: 65%;
}
.post-item img {
    border: 1px solid #d3d3d33b !important;
    border-radius: 50% !important;
    transition: .5s;
    cursor: pointer;
    max-width: 100%!important;
    height: auto!important;
    object-fit: unset !important;
    padding: 5px;
}
.coaches-thumbnail-outer-div {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.post-item img:hover {
    transform: scale(1.1);
    
}
p.team-mamber-name {
    font-family: 'Montserrat';
    color: #120F37;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    cursor: pointer;
}
p.team-mamber-designation {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #121847;
    font-weight: 400;
    margin-bottom: 0px;
    cursor: pointer;
}
p.Learnmore-btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    fill: #D70055;
    color: #D70055;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F5F5F5;
    border-radius: 50px 50px 50px 50px;
    transition: 1s;
    cursor:pointer;
    width: fit-content;
    margin: 0 auto;
/*     padding: 15px 35px; */
    transition: all .3s;
    margin-top: 15px;
    position:relative;
    margin-bottom:25px;
}
p.Learnmore-btn:after {
    content: '>';
    position: absolute;
    transition: 0.5s;
    right: -15px;
    top: 0.5px;
}
p.Learnmore-btn:hover {
     transform: scale(1.1);
}
p.Learnmore-btn:hover::after {
    right: -20px;
}
/* p.Learnmore-btn:hover {
    color: #FFFFFF;
    background-color: #D70055;
    border-color: #FFFFFF;
    padding: 15px 35px;
} */
.social-details-inner-div a {
    display: flex;
    align-items: center;
    color: #120F37;
    font-family: 'Montserrat';
    line-height: 1.5;
    font-weight: 500;
}
.social-details-inner-div a img {
    margin-right: 7px;
}
.team-mamber-name-in-pop-up {
    font-size: 28px;
    font-family: 'Montserrat';
    color: #120F37;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 700;

}
.team-mamber-designation-in-pop-up {
    font-family: 'Montserrat';
    color: #120F37;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
.team-mamber-descripation-in-pop-up p {
    color: #120F37;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat';
}
section.main-section.our-coaches-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 30px;
    row-gap: 100px;
}
section.main-section span.close {
    background-color: #D70055;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #D70055;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.main-section span.close:hover {
    color: #D70055;
    background-color: transparent;
}
.post-div-listing-items img {
    border: 1px solid #d3d3d33b !important;
    border-radius: 50% !important;
    transition: .5s;
    cursor: pointer;
    max-width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
    padding: 5px;
}
.team-img-outer-div {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}
.post-div-listing-items img:hover {
    transform: scale(1.1);
}
.testimonial-for.solutions-detils p:before {
    content: '';
    width: 25px;
    height: 20px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2023/08/Group.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
section.main-section.our-coaches-section .social-details {
    display: none;
}
section.main-section.our-coaches-section .mamber-details {
    width: 100%;
}
@media only screen and (max-width: 1380px){
    .modal-content {
        width: 100%;
    }
    .modal-content .pop-up-main-div {
        padding: 30px 30px;
    }
}
@media only screen and (max-width: 1024px){
    section.main-section {
        column-gap: 10px;
        row-gap: 0px;
    }
    p.team-mamber-name {
        font-size: 14px;
    }
    p.team-mamber-designation {
        font-size: 13px;
    }
    p.Learnmore-btn {
        font-size: 13px;
    }
/*  .post-item img {
        width: 90% !important;
    } */
    .modal-content .pop-up-main-div {
        text-align: left;
        padding: 10px 10px;
        display: flex;
    }
    .modal-content {
        width: 95%;
    }
    .social-details-inner-div a {
        font-size: 13px;
    }
    .social-details {
        width: 40%;
    }
    .mamber-details {
        width: 60%;
    }
    .team-mamber-name-in-pop-up {
        font-size: 18px;
    }
    .team-mamber-designation-in-pop-up {
        font-size: 14px;
    }
    .team-mamber-descripation-in-pop-up p {
        font-size: 14px;
    }
    section.main-section.our-coaches-section {
        column-gap: 20px;
    }
}
@media only screen and (max-width: 768px){
	
	.home-testimonial .swiper-pagination {
        text-align: center !important;
    }
    section.main-section {
        grid-template-columns: repeat(1, 1fr);
    }
/*  p.Learnmore-btn {
        padding: 14px 14px;
    } */
/*  p.Learnmore-btn:hover {
        padding: 14px 14px;
    } */
/*  .post-item img {
        width: 75% !important;
    } */
    .modal-content .pop-up-main-div {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
    .social-details {
        width: 100%;
        padding-top: 10px;
    }
    .mamber-details {
        width: 100%;
    }
    .team-mamber-designation-in-pop-up {
        font-size: 13px;
    }
    section.main-section.our-coaches-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 20px;
    }
    .modal {
        top: 0;
    }
    
}
/* Team section end */
/* 404 page start */
.error404 header {
    display: none;
}
.error404 .elementor.elementor-49.elementor-location-footer {
    display: none;
}
/* 404 page end */
/* password protected pages start */
.protected-accordion a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.protected-accordion .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.protected-accordion strong a {
    color: #130D39;
}
.protected-accordion a {
    color: #130D39;
}
.protected-accordion a:hover {
    color: #95B44A;
}
.protected-accordion strong a:hover {
    color: #95B44A;
}
.protected-accordion table.aligncenter {
    width: 100%;
    max-width: 100%;
}
.protected-accordion .elementor-accordion-item {
    margin: 20px 0px;
    background-color: #fff;
}

.ppw-post-password-container {
    width: 100%;
    margin: 0 auto;
    height: 25vw;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 65%;
    padding: 50px 0px;
}
.ppwp-wrong-pw-error.ppw-ppf-error-msg {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #dc3232!important;
}
.ppw-post-password-container .ppw-ppf-desc {
    color: #120F37;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.ppw-post-password-container label.ppw-pwd-label {
    color: #120F37;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.ppw-post-password-container input.ppw-pwd-submit-btn {
    background-color: #D70055;
    border-radius: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 1px solid #D70055;
    color: #fff !important;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}
.ppw-post-password-container form.ppw-post-password-form.post-password-form {
    margin: 0 auto;
}
.ppw-post-password-container input {
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 50px;
    font-family: 'Montserrat';
    color: #A0A0A0 !important;
    font-size: 15px;
    margin: 0px 15px;
}
.ppw-post-password-container input.ppw-pwd-submit-btn:hover {
    color: #D70055 !important;
    background-color: #fff;
}
@media only screen and (max-width: 1024px){
.team-img-outer-div {
    height: 170px;
    width: 170px;
 
}
.protected-accordion td {
    display: block;
    width: 100% !important;
    box-sizing: border-box !in;
}
.protected-accordion ul, ol {
    padding-left: 10px;
}
.ppw-post-password-container .ppw-ppf-desc {
  font-size: 14px;
 }
.ppw-post-password-container label.ppw-pwd-label {
    font-size: 14px;

}
.ppw-post-password-container input.ppw-pwd-submit-btn {
    margin: 15px auto;
    width: 100%;
}
.ppw-post-password-container {
    height: 50vw;
    max-width: 90%;
}
.ppw-post-password-container label.ppw-pwd-label {
    width: 100%;
    display: inline-grid;
}
.ppw-post-password-container input#pwbox-3465 {
    margin: 0px auto;
    width: 86%;
}
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0px;
}
.aligncenter{
    clear: both;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.protected-accordion .elementor-accordion-item a.elementor-accordion-title {
    line-height: 1.5em !important;
}
/* password protected pages end */
@media only screen and (max-width: 768px){
/*.post-div-listing-items img {
        width: 50vw !important;
        height: 50vw !important;
        object-fit: unset !important;
    
    }*/
    /*.post-item img {
        width: 40vw !important;
        height: 40vw !important;
        object-fit: unset !important;
    }*/
}
.page-id-1996 div#dei h3 a {
    color: #120F37;
    text-decoration: underline;
}
.page-id-1718 div#ld h3 a {
    color: #120F37;
    text-decoration: underline;
}
.page-id-2001 div#tsb h3 a {
    color: #120F37;
    text-decoration: underline;
}
.page-id-2016 div#st h3 a {
    color: #120F37;
    text-decoration: underline;
}
.mega-menu .mega-menu-page-title h3 {
        
        line-height: 1.5;
}
.impact-stori-title-on-mobile {
    display: none !important;
}
@media only screen and (max-width: 768px){
    .tab-section-for-detail-pages {
        padding: 0px 0px !important;
    }
    div#ld{
        margin-top:15px;
    }
    .tab-section-for-detail-pages .Our-solutions h1 {
        font-size: 20px !important;
    }
    .mega-menu {
        padding: 0px !important;
    }
    .mega-menu .mega-menu-page-title h3 {
        font-weight: 500 !important;
        
    }
    .mega-menu-page-title {
        margin-bottom: 10px !important;
    }
    .mega-menu .elementor-widget-wrap.elementor-element-populated {
        padding: 10px 7px !important;
    }
    /*.impact-stori-title-on-desk {
        display: none !important;
    }*/
    
    .impact-stori-title-on-mobile{
        display:block !important;
    }
    .tab-section-for-detail-pages .elementor-column {
        width: 100% !important;
    }
    .solutions-detail-builted-sect-img img {
        height: auto !important;
    }
    .header-main ul#menu-main-menu li i.icon.icon-down-arrow1 {
        background-color: #d70055;
        color: #fff !important;
    }
    .our-solutions-inner-section img {
        height: auto !important;
    }
    .our-solutions-inner-section-icons .elementor-widget-container {
        margin-top: -60px !important;
    }
}
.fz-p a {
    color: #120f37 !important;
}
.fz-p h3 {
    font-size: 16px;
}
.impct-stories-description-on-hompage ul {
    margin: 0px;
}
.page-id-2921 span.vector-underline.out-of-the-box-graphics:after {
    width: 113% !important;
}
.page-id-1327 span.vector-underline.out-of-the-box-graphics:after {
    width: 103%;
}
.header-main.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    background-color: #fff;
    box-shadow: 2px 7px 26px -5px rgba(0,0,0,0.42);
}
.header-main.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects ul li a {
    color: #130d39 !important;
}

.header-main.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .hover-logo {
    display: block !important;
}
.header-main.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .site-logo {
    display: none !important;
}
.header-main.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects li.contactus a {
    color: #fff !important;
}
.header-main.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects li.contactus a:hover {
    color: #130d39 !important;
}
.header-main.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects ul li a:hover {
    color: #d70055 !important;
}
.target-skil-col .elementor-element.elementor-element-5bfb2bf.elementor-widget.elementor-widget-image {
    overflow: hidden;
}
.target-skil-col img {
    transform: scale(1.5);
    margin-left: -80px;
}

/*Memberpress plugin start*/
.mp_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}
.mp-form-label label {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #120F37;
    font-weight: 600;
    margin-top: 15px;
}
.mp_wrapper input#user_login {
    padding: 15px 15px;
    border-radius: 15px;
    font-family: 'Montserrat';
    color: #A0A0A0!important;
    font-size: 15px;
    margin: 10px 0px;
}
.mp_wrapper input#user_pass {
    padding: 15px 15px;
    border-radius: 15px;
    font-family: 'Montserrat';
    color: #A0A0A0!important;
    font-size: 15px;
    margin: 10px 0px;
}
.mepr-unauthorized-message p {
    color: #D70455;
    font-family: "Montserrat",Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-style: italic;
    margin-bottom: 0px;
}
.mp_wrapper input#wp-submit {
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #D70055;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D70055;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
.mp_wrapper .mepr-login-actions a {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    color: #d70055;
}
.mp_wrapper.mp_login_form {
    padding: 20px 0px;
}
.sign-up-forms .mepr-price-box {
    background-color: #ffffff !important;
    padding: 80px 20px !important;
    color: #130d39;
    margin: 0px 15px !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 10px #130d391c;
    font-family: "Montserrat", Sans-serif;
}

.sign-up-forms .mepr-price-box-button a {
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    background-color: #D70055;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D70055;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;
    color: #fff;
    cursor: pointer;
    width: 40%;
    margin: 0 auto !important;
}
.mepr-price-box-price {
    margin-top: 50px !important;
    margin-bottom: 15px !important;
    font-style: italic;
}
.sign-up-forms .mepr-price-box-button a:hover {
    background-color: transparent;
}
.sign-up-forms .mepr-price-box-button a:hover  {
    color: #d70055;
}
.mepr-price-box-benefits-item {
    border: 0px !important;
    margin-bottom: 50px !important;
}
.sign-up-forms .mepr-price-box-button a {
    color: #fff;
}
.sign-up-forms .mepr-price-box-benefits-item {
    border: 0px !important;
}
.sign-up-forms .mepr-price-boxes.mepr-2-col {
    display: flex;
    width: 100%;
    max-width: 80%;
}
.mepr_price_cell.invoice-amount {
    color: red !important;
}
.post-single-page-section form#mepr_signup_form input {
    padding: 20px 15px;
    border: 0;
    border-radius: 15px;
    font-family: 'Montserrat';
    color: #A0A0A0;
    font-size: 15px;
}
.post-single-page-section select {
    padding: 20px 15px;
    border: 0;
    border-radius: 15px;
    font-family: 'Montserrat';
    color: #A0A0A0;
    font-size: 15px;
}
.post-single-page-section .mepr-form select.invalid {
    border: 0px solid #ff0000c4!important;
    background-color: #ffffff!important;
}
.post-single-page-section input.mepr-submit {
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #D70055;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D70055;
    border-radius: 50px 50px 50px 50px !important;
    padding: 15px 50px 15px 50px !important;
    color: #fff !important;
    cursor: pointer;
}
.post-single-page-section .mp-form-row.mepr_bold.mepr_price {
    font-size: 35px;
}
.page-id-8251 .elementor-element.elementor-element-7912196b.elementor-widget.elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading.animated.fadeInUp .elementor-widget-container {
    margin: 0px;
}
.page-id-8251 {
    text-align: center;
}
@media only screen and (max-width: 1024px){
    .sign-up-forms .mepr-price-boxes.mepr-2-col {
        max-width: 100%;
    }
    .sign-up-forms .mepr-price-box-price {
        font-size: 25px !important;
    }
    .sign-up-forms .mepr-price-box-button {
        width: 85%;
    }
}
@media only screen and (max-width: 768px){
    .mp_wrapper {
        padding: 30px 10px;
    }
    .mp_wrapper input#user_login {
        padding: 10px 10px;
    }
    .mp_wrapper input#user_pass {
        padding: 10px 10px;
    }
    .mp_wrapper input#wp-submit {
        padding: 10px 50px 10px 50px;
        margin-top: 0px;
        width: 100%;
    }
    .mp_wrapper .mepr-login-actions a {
        font-size: 10px;
    }
    .mepr-unauthorized-message p {
        font-size: 14px;
    }
    .mp-form-label label {
        font-size: 13px;
    }
    .sign-up-forms .mepr-price-boxes.mepr-2-col {
        display: block;
    }
    .sign-up-forms .mepr-price-box {
        margin-bottom: 50px !important;
    }
    .sign-up-forms .mepr-price-box-button {
        font-size: 14px;
        padding: 12px 35px 12px 35px;
    }
    .sign-up-forms .mepr-price-box {
        padding: 50px 20px !important;
    }
    .sign-up-forms .mepr-price-box-price {
        margin-top: 25px !important;
        font-size: 18px !important;
    }
    .sign-up-forms .mepr-price-box-benefits-item {
        margin-bottom: 25px !important;
    }
    .sign-up-forms .mepr-price-box-heading {
        font-size: 14px !important;
    }
    .sign-up-forms .mepr-price-box-benefits-item {
        font-size: 12px !important;
    }
    .post-single-page-section .mp-form-row.mepr_bold.mepr_price {
        font-size: 18px;
    }
    
}
.video-btn-bnner {
    position: relative;
}
.video-btn-bnner:after {
    content: '';
    width: 80px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 10;
}
/*Memberpress plugin end*/

div#blue-bg-slider1 span.swiper-pagination-bullet {
    position: relative;
    font-family: 'Montserrat';
    font-size: 12px;
}
div#blue-bg-slider1 span[aria-label="Go to slide 1"]:after {
    content: '1';
    position: absolute;
    left: 40%;
    top: 5px;
    
}
div#blue-bg-slider1 span[aria-label="Go to slide 2"]:after {
    content: '2';
    position: absolute;
    left: 40%;
    top: 5px;

}
div#blue-bg-slider1 span[aria-label="Go to slide 3"]:after {
    content: '3';
    position: absolute;
   left: 40%;
    top: 5px;

}
div#blue-bg-slider1 span[aria-label="Go to slide 4"]:after {
    content: '4';
    position: absolute;
    left: 40%;
    top: 5px;

}
div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
    top: calc(100% - (40px / 2))!important;
    left:81% !important;
    z-index:10;
}
div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next {
    top: calc(100% - (40px / 2)) !important;
    z-index:10;
}
.home-testimonial .swiper-pagination {
    width: 96% !important;
}
p.team-mamber-name:hover {
    color: #d40054;
}
@media only screen and (max-width: 1100px){
div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
     left:79% !important;
   
}
}
@media only screen and (max-width: 1000px){
div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
     left:77% !important;
}
}
@media only screen and (max-width: 900px){
div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
     left:75% !important;
}
}
@media only screen and (max-width: 800px){
div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
     left:73% !important;
}
}
@media only screen and (max-width: 700px){
div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
     left:71% !important;
}
}

@media only screen and (max-width: 768px){
	div#blue-bg-slider1.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
	    left:10px !important;
	    
	}	
    .home-testimonial .swiper-pagination {
        width: 100% !important;
    }
}