@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
    font-family: "DM Sans", serif;
    margin: 0 auto
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0px;
}
.top-bar .logo {
    width: 190px;
    display: block;
}
.main-content h5 {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 900;
        text-decoration: underline;
}
.heading span {
    /*color: #3c8046;*/
    font-weight: bold;
    text-decoration: underline;
        text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(92.73deg, #85ca9c 7.07%, #468046 97.81%);
    background-clip: text;
    -webkit-background-clip: text;
}
.main-content h3 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
}
.main-header {
    background: url(../img/trade-bg.avif);
    min-height: 720px;
    background-position: top;
    background-repeat: repeat;
    background-size: auto;
    /* display: flex
; */
    /* place-content: center; */
    /* place-items: center; */
    padding-top: 40px;
}


.btn{
    font-size: 17px;
    padding: 20px 50px;
    overflow: hidden;
    font-weight: 600;
}
.btn-gradient-1 {
    background: linear-gradient(92.73deg, #468046 7.07%, #85ca9c 97.81%);
    border: 0;
    color: #fff;

}
.btn-gradient-1:hover {
    background: linear-gradient(92.73deg, #85ca9c 7.07%, #468046 97.81%);
    border: 0;
    color: #fff;

}
.btn-gradient-2 {
    background: linear-gradient(92.73deg, #121212 7.07%, #545454 97.81%);
    border: 0;
    color: #fff;
}
.btn-gradient-2:hover {
    background: linear-gradient(92.73deg, #545454 7.07%, #121212 97.81%);
    border: 0;
    color: #fff;
}
.action-cta {
    padding-top: 50px;
}
.main-content {
    text-align: center;
}
.mentors {
    max-height: 580px;
    object-fit: none;
    width: 100%;
}
.text-gradient-1 {
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(92.73deg, #85ca9c 7.07%, #468046 97.81%);
    background-clip: text;
    -webkit-background-clip: text;
}
.small-heading-2.white{
    background: white !important
}

.small-heading{
        background: white;
    /*max-width: 370px;*/
    border-radius: 34px;
    padding: 0px 40px;
    margin: 0 auto;
}
.small-heading-2 h5, .small-heading h5 {
    font-size: 35px;
    font-weight: 700;
    padding: 4px 9px;
    margin-bottom: 20px;
    text-align: center
}
.btn {
    position: relative;
    text-transform: uppercase;
}
@keyframes shine {
    0% {
        left: -100px;
    }

    100% {
        left: 100%;
    }
}

.btn::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
    opacity: .2
}
.bg_dark{
       background: linear-gradient(92.73deg, #121212 7.07%, #545454 97.81%);
    color:white !important;
}

.Panelist h4{
        font-size: 60px;
}
.wwb{
    background-image: url(../img/Group-2059.webp)
        
}
.small-heading-2{
          background: white;
    /*max-width: 370px;*/
    border-radius: 34px;
    padding: 0px 40px;
    margin: 0 auto;
        background: linear-gradient(92.73deg, #121212 7.07%, #545454 97.81%);
}
.bg_green {
    background: linear-gradient(92.73deg, #85ca9c 7.07%, #468046 97.81%);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff !important;
    height: 70px;
    vertical-align: middle;
}
.table tr th {
    width: 380px;
}
.f-icon i {
    background: green;
    color: white;
    width: 30px;
    height: 30px;
    display: flex
;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
tr td:nth-child(3) .f-icon i {
    background: red;
}
thead tr th {
    font-size: 25px;
    text-align: center;
    background: linear-gradient(92.73deg, #121212 7.07%, #545454 97.81%);
    color: white !important;
}
.ser_box {
    text-align: center;
    background: linear-gradient(92.73deg, #121212 7.07%, #545454 97.81%);
    color: white;
    min-height: 200px;
    display: flex
;
    flex-direction: column;
    place-items: center;
    place-content: center;
    border-radius: 4px;
    border: 4px solid #4b864d;
    margin-bottom: 30px;
}
.ser_box h5 {
    font-size: 21px;
    padding-top: 16px;
}
 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.texted p{
    color: white;
    font-size: 18px
}
section.cta h4 span {
    font-size: 49px;
        font-weight: 800;
}
section.cta h4 {
    font-size: 49px;
    font-weight: 200;
}
section.cta {
    background: black;
    padding: 60px 0px;
    color: white;
}
.WidgetTitle__Header-sc-ruy1gu-2.eWlnOb {
    display: none;
}
.cta-form {
    background: white;
    padding: 50px;
    border-radius: 4px;
}
.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #909090 !important;
    border-radius: var(--bs-border-radius);
    transition: ease-in-out, box-shadow .15s ease-in-out;
    height: 60px;
    border-radius: 4px;
}
label {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600;
}
.check {
    display: grid
;
    grid-template-columns: auto auto auto;
}
.agre input,
.check input {
    margin-right: 10px;
}
.w-50{
    width:50%;
}



.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0px;
}
.accordion-button:not(.collapsed) {
    padding: 15px 4px;
    color: var(--bs-accordion-active-color);
    background-color: white;
    box-shadow: 0px 0px 0px red;
    font-size: 24px;
    font-weight: 600;
}
.accordion-button{
    padding: 15px 4px;
    color: var(--bs-accordion-active-color);
    background-color: white;
    box-shadow: 0px 0px 0px red;
        font-size: 24px;
    font-weight: 600;
}


.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    padding: 16px 0px;
}
.accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 0px;

}
.accordion {
    max-width: 940px;
    margin: 0 auto;
}

.social{
    display:flex;
    margin-top: 30px
}
.social a {
    margin-right: 10px;
    color: #ffffff;
    background: linear-gradient(92.73deg, #468046 7.07%, #85ca9c 97.81%);
    width: 40px;
    height: 40px;
    display: flex
;
    place-content: center;
    place-items: center;
    text-decoration: none;
    border-radius: 50%;
}

.footer-widget img {
    width: 100px;
    padding-bottom: 11px;
}

.footer-widget h5 {
    font-size: 22px;
    padding-bottom: 20px;
}
.footer-widget ul {
list-style: none;
    padding-left: 0px;
}
.footer-widget ul li  {
 margin-bottom: 10px;
}
.footer-widget ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}
footer {
    background: black;
    padding: 80px 0px;
    color: white;
}


@media(max-width:768px){
    .top-bar .logo {
    width: 120px;
    display: block;
}
    
    .main-content h3 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    padding-top: 10px;
}
    .action-cta {
    padding-top: 40px;
}
      .action-cta a {
        margin: 0px !important;
        margin-bottom: 10px !important;
    }
    .mentors {
    max-height: 380px;
    object-fit: contain;
    width: 100%;
}
    .Panelist h4 {
    font-size: 22px;
}
    thead tr th {
    font-size: 17px;
    }
    .bg_green {
    background: linear-gradient(92.73deg, #85ca9c 7.07%, #468046 97.81%);
    font-size: 17px;
    font-weight: 600;
    color: #ffffff !important;
    height: 53px;
    vertical-align: middle;
}
    .f-icon i {
    background: green;
    color: white;
    width: 20px;
    height: 20px;
    display: flex
;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 10px;
}
    .small-heading-2 h5, .small-heading h5 {
    font-size: 30px;
    }
    section.cta h4 {
    font-size: 30px;
    font-weight: 200;
}
    section.cta h4 span {
    font-size: 30px;
    font-weight: 800;
}
    .btn {
    font-size: 16px;
    padding: 15px 28px;
    overflow: hidden;
    font-weight: 600;
}
    .cta-form {
    background: white;
    padding: 50px;
    border-radius: 4px;
    margin-top: 40px;
}
    .footer-widget {
    margin-bottom: 50px;
}
    .accordion-button {
    padding: 15px 4px;
    color: var(--bs-accordion-active-color);
    background-color: white;
    box-shadow: 0px 0px 0px red;
    font-size: 17px;
    font-weight: 600;
}
    .footer-widget ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
}
    section.reviews.pt-5.pb-5 {
    overflow: hidden;
}
}

.btn-top-call{
    background: linear-gradient(92.73deg, #468046 7.07%, #85ca9c 97.81%);
    color: white;
    position: absolute;
    right: 50px;
    top: 20px;
    padding: 12px 15px;
    width: 160px;
    border-radius: 30px;
}


.float_button {
    animation-duration: 8s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: tada;
    z-index: 2000000;
}

@keyframes tada {
    0%, 100% {
      transform: scale(1) rotate(0);
    }
    10%, 20% {
      transform: scale(1) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      transform: scale(1.1) rotate(-3deg);
    }
  }

a.float_button i{
    font-size: 28px;
margin-right: 10px;
}
a.float_button {
    position: fixed;
    right: 20px;
    z-index: 9;
    background: linear-gradient(92.73deg, #468046 7.07%, #85ca9c 97.81%);
    bottom: 40px;
    color: white;
    padding: 10px 15px;
    border-radius: 34px;
    font-size: 18px;
    text-decoration: none;
    display: flex
;
    place-content: space-between;
    place-items: center;
}
.main-content p {
    font-weight: 700;
    color: white;
    padding: 10px 0px;
}
.ser_box.timing .icon i {
    font-size: 42px;
    background: white;
    color: #468046;
    height: 70px;
    width: 70px;
    display: flex
;
    height: 70px;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    border: 6px solid #78bb8a;
}

.ser_box.timing h5 {
    font-size: 20px;
    font-weight: 400
}


.ser_box.timing h5 span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 900;
}

@media(max-width:500px){

    a.float_button {
    position: fixed;
    right: 20px;
    z-index: 9;
    background: linear-gradient(92.73deg, #468046 7.07%, #85ca9c 97.81%);
    bottom: 0;
    color: white;
    padding: 14px 25px;
    border-radius: 0;
    font-size: 18px;
    text-decoration: none;
    display: flex
;
    place-content: space-between;
    place-items: center;
    width: 100%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 900;
}

}


footer p a {
    color: #ffffff;
}

 .small-heading.transparent{
     background: transparent;
     
 }
 
 .icon img {
     border-radius: 20%;
     max-width: 65px;
 }
 
 .small-heading.bg_green h5{
    padding-top: 13px;
}