@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    --PrimaryColor: #db166f;
    --PrimaryColorDark: #013a6d;
    --YellowColor: #cb935d;
    --YellowColorDark: #ba8049;
    --LightBg: rgba(255, 255, 255, 0.06);
    --LightBg2: #f8eee6;
    --headingColor: #1e1919;
    --textcolor: #969697;
    --textcolorblack: #cbcdcf;
    --whitecolor: #ffffff;
    --Blackcolor: #001425;
    --borderColor: #363738;
    --BgColor: #000000;
    font-family: 'Inter 18pt', sans-serif !important;
    --headingfont: 'Oswald', sans-serif !important;
    background: url(../img/bg.jpg) no-repeat top var(--BgColor);
    background-size: 100% auto;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal !important;
}

.container {
    max-width: 1440px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(249, 187, 38, 0.9);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f9bb26;
}

.header-fixed-wrap .headertop-section {
    width: 100%;
    background: var(--PrimaryColor);
    transition-duration: 0.3s;
}

.headertop-section .col-lg-7 .socialmedia-icons {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
}

.headertop-section .col-lg-7 .socialmedia-icons li {
    list-style: none;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.headertop-section .col-lg-7 .socialmedia-icons li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.headertop-section .col-lg-7 .socialmedia-icons li a {
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition-duration: 0.3s;
}

.headertop-section .col-lg-7 .socialmedia-icons li a i {
    color: var(--whitecolor);
    font-size: 14px;
}

.headertop-section .col-lg-7 {
    text-align: right;
}

.headertop-section .col-lg-7 h6 {
    color: var(--whitecolor);
    margin: 0px 15px 0px 0px;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    width: auto;
    display: inline-block;
    line-height: 38px;
}

.headertop-section .col-lg-7 h6 a {
    color: #f1bacd;
    text-decoration: none;
}

.headertop-section .col-lg-7 h6 i {
    margin-right: 10px;
}

.headertop-section .col-lg-5 p {
    color: #f1bacd;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 38px;
}

.header-wrapper .header-logo img {
    width: auto;
    height: 55px;
}

.header-fixed-wrap {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    transition-duration: 0.3s;
    z-index: 900;
    background: rgba(0, 0, 0, 0.0);
}


.header-wrapper .nav-item .nav-link {
    padding: 6px 25px;
    margin: 0px 1px;
    color: var(--whitecolor);
    font-size: 15px;
    border-radius: 3px;
    transition-duration: 0.3s;
}

.header-wrapper .nav-item .nav-link:hover {
    color: var(--PrimaryColor);
}

.header-wrapper .nav-item .nav-link.active {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.header-wrapper .navbar {
    padding: 0px 0px;
    margin-top: 10px;
}

.header-wrapper {
    margin-top: 18px;
    margin-bottom: 18px;
    transition-duration: 0.3s;
}

.f-nav .headertop-section {
    margin-top: -38px;
}

.f-nav .header-fixed-wrap {
    -webkit-box-shadow: 0px 0px 15px 6px rgba(219, 22, 111, 0.2);
    box-shadow: 0px 0px 15px 6px rgba(219, 22, 111, 0.2);
    background: rgba(0, 0, 0, 0.96);
}

.f-nav .header-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-wrap {
    width: 100%;
    padding: 20px 0px;
    margin: 0;
    background: var(--PrimaryColor);
    margin-bottom: 15px;
    margin-top: 100px;
}

.footer-wrap .col-lg-6 p {
    color: var(--whitecolor);
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.footer-wrap .col-lg-6:last-child {
    text-align: right;
}

.footer-wrap .col-lg-6:last-child font {
    margin: 0px 20px;
}

.footer-wrap .col-lg-6 p a {
    color: var(--whitecolor);
}

.banner-wrapper-div {
    width: 100%;
    margin-top: 130px;
    position: relative;
}

.carouselcaption-wrapper {
    width: 100%;
    height: 560px;
    display: table;
}

.carouselcaption-wrapper .carouselcaption-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carouselcaption-wrapper .carouselcaption-middlealign h1 {
    font-family: var(--headingfont);
    color: var(--whitecolor);
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.carouselcaption-wrapper .carouselcaption-middlealign h1 b {
    color: var(--PrimaryColor);
}

.carouselcaption-wrapper .carouselcaption-middlealign p {
    color: var(--textcolor);
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.carouselcaption-wrapper .carouselcaption-middlealign .banner-buttons {
    width: 100%;
    display: inline-table;
    text-align: center;
    margin-top: 50px;
}

.carouselcaption-wrapper .carouselcaption-middlealign .banner-buttons a {
    width: 190px;
    line-height: 48px;
    background: var(--whitecolor);
    border: 1px solid var(--whitecolor);
    color: var(--BgColor);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    margin: 0px 10px;
    transition-duration: 0.3s;
}

.carouselcaption-wrapper .carouselcaption-middlealign .banner-buttons a.joinbtn:hover {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    border-color: var(--PrimaryColor);
}

.carouselcaption-wrapper .carouselcaption-middlealign .banner-buttons a.learnmorebtn {
    background: none;
    border-color: var(--PrimaryColor);
    color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 12px 4px rgba(219, 22, 111, 0.3);
    box-shadow: 0px 0px 12px 4px rgba(219, 22, 111, 0.3);
}

.carouselcaption-wrapper .carouselcaption-middlealign .banner-buttons a.learnmorebtn:hover {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    -webkit-box-shadow: 0px 0px 12px 4px rgba(219, 22, 111, 0.0);
    box-shadow: 0px 0px 12px 4px rgba(219, 22, 111, 0.0);
}

.bannerbottom-section h4 {
    width: 100%;
    text-align: center;
    padding: 40px 0px;
    margin: 0px;
    color: var(--textcolor);
    font-size: 18px;
    font-family: var(--headingfont);
    text-transform: uppercase;
    line-height: 28px;
    border-top: 2px solid var(--borderColor);
    display: inline-block;
    transition-duration: 0.3s;
}

.bannerbottom-section h4:hover {
    color: var(--whitecolor);
    border-color: var(--PrimaryColor);
}

.futuresuccess-wrapper {
    width: 100%;
    min-height: 120px;
    background: var(--PrimaryColor);
    border-radius: 4px;
    position: relative;
    padding: 0px 40px;
}

.futuresuccess-wrapper .col-xl-5 img {
    width: auto;
    height: 120px;
    float: left;
}

.futuresuccess-wrapper .col-xl-5 h3 {
    color: var(--whitecolor);
    font-family: var(--headingfont);
    text-transform: uppercase;
    margin: 40px 0px 0px 0px;
    padding-left: 20px;
    font-size: 32px;
    display: inline-block;
}

.futuresuccess-wrapper .col-xl-7 .contactbtn {
    width: 170px;
    line-height: 48px;
    background: var(--whitecolor);
    border: 1px solid var(--whitecolor);
    color: var(--BgColor);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    margin: 35px 0px 0px 0px;
    transition-duration: 0.3s;
    float: right;
    text-align: center;
}

.futuresuccess-wrapper .col-xl-7 .contactbtn:hover {
    color: var(--PrimaryColor);
}

.futuresuccess-wrapper .col-xl-7 p {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 30px 0px 0px 0px;
    opacity: 0.8;
    color: var(--whitecolor);
}

.btn-styles {
    width: 170px;
    line-height: 48px;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    margin: 0px 0px 0px 0px;
    transition-duration: 0.3s;
    text-align: center;
}

.btn-styles:hover {
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}


.aboutwrapper-div .col-lg-5 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border-top-right-radius: 5px;
}

.aboutwrapper-div .col-lg-7 .btn-styles {
    margin-top: 25px;
}

.aboutwrapper-div .col-lg-7 {
    padding-top: 15px;
}

.aboutwrapper-div {
    margin-top: 100px;
}

.heading-styles h2 {
    width: 100%;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-family: var(--headingfont);
    font-size: 40px;
    margin-bottom: 10px;
}

.heading-styles h6 {
    color: var(--PrimaryColor);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.heading-styles p {
    margin-top: 20px;
}

.heading-styles {
    width: 100%;
    margin-bottom: 35px;
}

.about-bottom-section {
    margin-top: 80px;
}

.about-bottom-section .col-lg-4 h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--whitecolor) !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.about-bottom-section .col-lg-4 p {
    padding: 0;
    margin: 0;
    text-align: center;
}

.about-bottom-section .col-lg-4 {
    border-right: 1px dashed var(--borderColor);
    padding-left: 30px;
    padding-right: 30px;
}

.about-bottom-section .col-lg-4:first-child {
    border-left: 1px dashed var(--borderColor);
}

.about-bottom-section .col-lg-4 span {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.about-bottom-section .col-lg-4 span img {
    width: auto;
    height: 72px;
    display: inline-block;
}

.contactus-wrapper {
    margin-top: 100px;
}

.contactus-wrapper .col-lg-4 input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--borderColor);
    padding: 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background: var(--BgColor);
    color: var(--textcolor);
    font-size: 15px;
}

.contactus-wrapper .col-lg-12 textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    padding: 0px 15px;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background: var(--BgColor);
    padding-top: 5px;
    color: var(--textcolor);
    font-size: 15px;
}


.contactus-wrapper .col-lg-4 input:focus,
.contactus-wrapper .col-lg-12 textarea:focus {
    border-color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 12px 4px rgba(219, 22, 111, 0.3);
    box-shadow: 0px 0px 12px 4px rgba(219, 22, 111, 0.3);
}

.contactus-wrapper .col-lg-3 button {
    width: 100%;
    line-height: 48px;
    background: var(--whitecolor);
    border: none;
    color: var(--BgColor);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    margin: 0px 0px 0px 0px;
    transition-duration: 0.3s;
    text-align: center;
}

.contactus-wrapper .col-lg-3 button:hover {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.contactus-wrapper .col-lg-4 {
    margin-bottom: 16px;
}

.contactus-wrapper .col-lg-12 {
    margin-bottom: 10px;
}

.contactaddress-wrap {
    width: 100%;
    background: var(--LightBg);
    border-radius: 4px;
    position: relative;
    min-height: 485px;
    display: table;
    overflow: hidden;
}

.contactaddress-wrap .contact-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 40px;
}

.contactaddress-wrap .contact-middlealign p a {
    color: var(--textcolor);
    text-decoration: none;
}

.contactaddress-wrap .contact-middlealign h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--PrimaryColor);
    font-size: 18px;
    font-weight: 600;
}


.contactaddress-wrap .contact-middlealign .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    display: block;
    text-align: left;
    float: left;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li:last-child {
    margin-right: 0px;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li a.tw {
    background: #000000;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li a.li {
    background: #0e72a3;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li a.in {
    background: #f6523f;
}

.contactaddress-wrap .contact-middlealign .socialmedia-icons li a.em {
    background: #ec4134;
}

.program-wrapper-div {
    width: 100%;
    border-radius: 4px;
    padding: 60px 60px;
    border: 1px solid var(--PrimaryColor);
    display: block;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(219, 22, 111, 0.3);
    box-shadow: 0px 0px 20px 4px rgba(219, 22, 111, 0.3);

}

.program-wrapper-div .col-xl-3 h6 {
    width: 100%;
    border-radius: 4px;
    background: var(--LightBg);
    min-height: 50px;
    line-height: 50px;
    margin: 8px 0px;
    color: var(--textcolor);
    position: relative;
    font-size: 15px;
    padding: 0px 25px;
    border-left: 2px solid var(--PrimaryColor);
}

.program-wrapper-div h3 {
    width: 100%;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-family: var(--headingfont);
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.program-wrapper-div h3 b {
    color: var(--PrimaryColor);
}

.program-wrapper-div h4 {
    width: 100%;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-family: var(--headingfont);
    font-size: 22px;
    margin-bottom: 0px;
    text-align: center;
    color: var(--BgColor);
    margin-top: 30px;
}

.program-wrapper-div h4 span {
    width: auto;
    display: inline-block;
    background: var(--whitecolor);
    border-radius: 30px;
    padding: 15px 40px;
}

.program-wrapper-div h4 span b {
    color: var(--PrimaryColor);
}

.benefits-program-wrapper {
    width: 100%;
    text-align: center;
    background: url(../img/arch-shade-bg.png) no-repeat top;
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}

.benefits-program-wrapper::before {
    width: 1300px;
    height: 1300px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top: 0px;
    content: '';
    background: url(../img/program-matters-bg.jpg);
    z-index: -1;
    opacity: 0.75;
}

.benefits-program-wrapper .programmatters-item {
    width: 100%;
    background: var(--LightBg);
    border-radius: 4px;
    padding: 45px 15px;
}

.benefits-program-wrapper .programmatters-item p {
    font-size: 15px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.benefits-program-wrapper .programmatters-item h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--whitecolor);
    font-size: 18px;
    font-weight: 600;
}

.benefits-program-wrapper .programmatters-item span {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 18px;
}

.benefits-program-wrapper .programmatters-item span img {
    height: 72px;
    display: inline-block;
}

.workshop-modules {
    text-align: center;
    margin-top: 100px;
}

.workshop-modules-item {
    width: 100%;
    border: 1px solid var(--borderColor);
    padding: 45px 45px;
    text-align: left;
    border-radius: 4px;
    background-image: linear-gradient(to left top,
            rgba(219, 22, 111, 0.2),
            rgba(174, 28, 91, 0.2),
            rgba(132, 29, 71, 0.2),
            rgba(92, 26, 51, 0.2),
            rgba(54, 20, 32, 0.2),
            rgba(38, 17, 24, 0.2),
            rgba(24, 10, 14, 0.2),
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2));
}

.workshop-modules-item h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-family: var(--headingfont);
    font-size: 24px;
    color: var(--whitecolor);
}

.workshop-modules-item h4 b {
    color: var(--PrimaryColor);
}

.workshop-modules-item h5 {
    width: 100%;
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0px 5px 0px;
}

.workshop-modules-item ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.workshop-modules-item ul li {
    width: 50%;
    display: inline-block;
    padding: 0px 0px 0px 28px;
    margin: 10px 0px 0px 0px;
    color: var(--textcolor);
    position: relative;
}

.workshop-modules-item ul li::before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
    content: '';
    background: url(../img/tickicon.png) no-repeat;
}

.download-section {
    position: relative;
    z-index: 100;
    margin-top: -60px;
}

.download-section h3 {
    font-size: 26px !important;
    margin-top: 28px !important;
}

.joinprogram-wrapper {
    width: 100%;
    background: var(--LightBg);
    position: relative;
    margin-top: 100px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 160px;
}

.journey-item-wrap {
    width: 100%;
    background: var(--BgColor);
    border-radius: 5px;
    border: 1px solid var(--BgColor);
    padding: 45px 30px 30px 30px;
    transition-duration: 0.3s;
}

.journey-item-wrap h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-family: var(--headingfont);
    font-size: 22px;
    color: var(--whitecolor);
}

.journey-item-wrap h4 b {
    color: var(--PrimaryColor);
}

.journey-item-wrap p {
    line-height: 26px;
}

.journey-item-wrap .joinprogram-btn {
    width: 100%;
    line-height: 48px;
    background: #3d3d3d;
    color: var(--whitecolor);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    margin: 0px 0px 0px 0px;
    transition-duration: 0.3s;
    text-align: center;
}

.journey-item-wrap:hover {
    border-color: var(--PrimaryColor);
    box-shadow: rgba(219, 22, 111, 0.3) 0px 0px 12px 4px;
}

.journey-item-wrap:hover .joinprogram-btn {
    background: var(--PrimaryColor);
}

.journey-item-wrap h5 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 600;
}

.journey-item-wrap ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
    min-height: 280px;
}

.journey-item-wrap ul li {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 28px;
    margin: 10px 0px 0px 0px;
    color: var(--textcolor);
    position: relative;
    text-align: left;
}

.journey-item-wrap ul li::before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
    content: '';
    background: url(../img/tickicon.png) no-repeat;
}

.whatsapp-iconbtn {
    width: 50px;
    height: 50px;
    background: #11bb19;
    color: #fff !important;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1010;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
    padding-top: 8px;
    padding-left: 1px;
}

.whatsapp-iconbtn svg {
    width: auto;
    height: 22px;
    fill: var(--whitecolor);
}

@-webkit-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}

@-moz-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}

@-ms-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}

@keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
    }
}

.package-swiper .swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

@media(max-width:991px) {

    .header-wrapper .navbar {
        margin-top: 9px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        margin-top: 0px;
        float: right;
        box-shadow: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    /* WHITE HAMBURGER */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    /* RIGHT SLIDE MENU */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #000;
        padding: 80px 25px 25px 25px;
        transition: 0.4s ease;
        z-index: 9999;
        display: block !important;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link {
        width: 100%;
        display: block;
        padding: 14px 15px !important;
        border-radius: 4px;
    }

    /* DARK OVERLAY */
    .navbar-collapse::before {
        content: '';
        position: fixed;
        left: -100%;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: -1;
    }

}

@media(max-width:991px) {

    .header-wrapper .col-3 {
        padding-left: 0;
    }

    .header-wrapper .navbar {
        justify-content: flex-end;
        margin-top: 0;
    }

    .navbar-toggler {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

}

.success-modal {
    background: #000000;
    border: 1px solid rgba(219, 22, 111, .3);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(219, 22, 111, .2);
}

.success-modal .modal-body {
    padding: 40px 30px;
}

.success-modal h4 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: var(--headingfont);
}

.success-modal p {
    color: #cbcdcf;
    margin: 0;
    line-height: 28px;
}

.success-icon {
    margin-bottom: 20px;
}

.success-icon i {
    font-size: 60px;
    color: var(--PrimaryColor);
}

.modal-backdrop.show {
    opacity: .85;
}

.success-modal {
    animation: popupScale .35s ease;
}

@keyframes popupScale {

    0% {
        transform: scale(.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}


@media screen and (max-width: 1024px) {
    .benefits-program-wrapper::before {
        display: none;
        visibility: hidden;
    }

    .futuresuccess-wrapper .col-xl-7 p {
        margin-top: 5px;
    }

    .futuresuccess-wrapper .col-xl-7 .contactbtn {
        margin-top: 5px;
    }

    .futuresuccess-wrapper {
        padding-bottom: 25px;
    }

    .heading-styles h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 980px) {

    .headertop-section .col-lg-7 .socialmedia-icons,
    .carouselcaption-wrapper .carouselcaption-middlealign p br,
    .carousel-control-next,
    .carousel-control-prev,
    .carouselcaption-wrapper .carouselcaption-middlealign h1 br {
        display: none;
        visibility: hidden;
    }

    .carouselcaption-wrapper .carouselcaption-middlealign h1 {
        font-size: 42px;
    }

    .carouselcaption-wrapper {
        height: 480px;
    }

    .aboutwrapper-div .col-lg-5 img {
        border-radius: 5px;
        width: 100%;
        height: auto;
        margin-bottom: 45px;
    }

    .heading-styles h2,
    .heading-styles h6 {
        text-align: center;
    }

    .about-bottom-section .col-lg-4:nth-child(1),
    .about-bottom-section .col-lg-4:nth-child(2) {
        padding-bottom: 45px;
    }

    .about-bottom-section .col-lg-4:last-child {
        border-top: 1px dashed var(--borderColor);
        padding-top: 45px;
    }

    .journey-item-wrap ul {
        min-height: auto;
        margin-bottom: 45px;
    }

    .journey-item-wrap {
        margin: 12px 0px;
    }

    .workshop-modules-item ul li {
        width: 100%;
    }

    .program-wrapper-div .col-xl-3 h6 {
        line-height: normal;
        padding: 14px 15px 0px 15px;
    }

    .contactus-wrapper .col-lg-8 {
        margin-top: 45px;
    }

    .program-wrapper-div h4 {
        font-size: 18px;
        width: 100%;
    }

}

@media screen and (max-width: 540px) {

    .headertop-section .col-lg-7,
    .futuresuccess-wrapper .col-xl-7 p br,
    .heading-styles p br,
    .program-wrapper-div h3 br {
        display: none;
        visibility: hidden;
    }

    .headertop-section .col-lg-5 p {
        text-align: center;
    }

    .carouselcaption-wrapper .carouselcaption-middlealign h1 {
        font-size: 28px;
    }

    .carouselcaption-wrapper .carouselcaption-middlealign .banner-buttons a {
        padding: 0px 0px;
        margin: 0px 5px;
        width: calc(50% - 10px);
    }

    .bannerbottom-section h4 {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 0px;
    }

    .futuresuccess-wrapper,
    .futuresuccess-wrapper .col-xl-5 {
        text-align: center;
    }

    .futuresuccess-wrapper .col-xl-5 img {
        display: inline-block;
        float: none;
        clear: both;
        margin-bottom: 10px;
    }

    .futuresuccess-wrapper .col-xl-5 h3 {
        padding: 0px;
        margin: 0px;
        text-align: center;
        font-size: 24px;
    }

    .futuresuccess-wrapper .col-xl-7 .contactbtn {
        float: none;
        clear: both;
        margin-top: 25px;
    }

    .futuresuccess-wrapper {
        padding: 15px 20px 25px 20px;
    }

    .aboutwrapper-div,
    .joinprogram-wrapper,
    .workshop-modules,
    .contactus-wrapper,
    .footer-wrap {
        margin-top: 75px;
    }

    .heading-styles h2 {
        font-size: 28px;
    }

    .aboutwrapper-div .col-lg-7 {
        text-align: center;
    }

    .about-bottom-section .col-lg-4:nth-child(1) {
        border-bottom: 1px dashed var(--borderColor);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .about-bottom-section .col-lg-4:nth-child(1),
    .about-bottom-section .col-lg-4:nth-child(2) {
        padding-bottom: 25px;
    }

    .joinprogram-wrapper {
        padding: 60px 0px;
    }

    .workshop-modules-item {
        padding: 40px 25px;
    }

    .program-wrapper-div {
        padding: 35px 15px 15px 15px;
    }

    .program-wrapper-div h4 span {
        border-radius: 5px
    }


    .download-section h3 {
        font-size: 24px !important;
        margin-top: 0px !important;
    }

    .benefits-program-wrapper {
        background: none;
    }

    .benefits-program-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .program-wrapper-div h3 {
        font-size: 24px;
    }

    .footer-wrap .col-lg-6 p {
        text-align: center !important;
    }

    .whatsapp-iconbtn {
        right: 15px;
        bottom: 15px;
    }

    .workshop-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-wrapper .header-logo img {
        height: 45px;
    }

    .workshop-modules-item {
        min-height: 390px;
    }

    .banner-wrapper-div {
        margin-top: 110px;
    }


}