:root {
    --ff-primary: "PoliteType", sans-serif;
    --ff-secondary:'Lance Sans';
    --BodyColor: #000000;
    --PrimaryColor: #415A92;
    --PrimaryColorRGBA: 65, 90, 146;
    --SecondaryColor: #AB035C;
    --SecondaryColorRGBA: 171, 3, 92;
    --TertiaryColor: #F5F5AB;
    --TertiaryColorRGBA: 245, 245, 171;
    --WhiteColor: #FFFFFF;
    --WhiteColorRGBA: 255, 255, 255;
    --BlackColor: #000000;
    --BlackColorRGBA: 0, 0, 0;
    --TertiaryColor1: #FDFDF5;
    --TertiaryColor2: #FCED98;
    --fs-sm: 14px;
    --fs-md: 16px;
    --fs-btn: 20px;
    --fs-h1: 92px;
    --fs-h2: 58px;
    --fs-h3: 48px;
    --fs-h4: 38px;
    --fs-h5: 28px;
    --fs-h6: 18px;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
}

.ff-primary {
    font-family: var(--ff-primary);
}

h1, h2 {
    font-family: 'Lance Sans' !important;
}

@font-face {
    font-family: 'PoliteType';
    src: url('../fonts/PoliteType-Regular.woff2') format('woff2'),
        url('../fonts/PoliteType-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lance Sans';
    src: url('../fonts/Lance-Sans-Regular.woff2') format('woff2'),
        url('../fonts/Lance-Sans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fs-14 {
    font-size: var(--fs-sm) !important;
}

.fs-16 {
    font-size: var(--fs-md) !important;
}

.fw-regular {
    font-weight: var(--fw-400);
}

.fw-medium {
    font-weight: var(--fw-500);
}

body {
    font-family: var(--ff-primary);
    font-size: var(--fs-sm);
    font-weight: var(--fw-500);
    line-height:180%;
    color: var(--BodyColor);
    font-style: normal;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	background-color:transparent !important;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body a {
    color: inherit;
}

body a:hover {
    color: inherit;
}

body a,
body a:active,
body a:focus,
body a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
    transition: all .3s ease-in-out;
}

body ol,
body ul {
    list-style-position: inside;
}

body ul li {
    list-style: none;
}
p{
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* h1 to h6 common css start */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: var(--fw-400);
    font-family: var(--ff-primary);
    line-height: 110%;
    font-style: normal;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    color: var(--BlackColor);
}

body h1 {
    font-size: var(--fs-h1);
}
body h2 {
    font-size: var(--fs-h2);
}
body h3 {
    font-size: var(--fs-h3);
}
body h4 {
    font-size: var(--fs-h4);
}
body h5 {
    font-size: var(--fs-h5);
}
body h6 {
    font-size: var(--fs-h6);
}

@media (max-width: 991.98px) {
    body h1 {
        font-size: var(--fs-h2);
    }
      body h2 {
        font-size: var(--fs-h3);
    }
     body h3 {
        font-size: var(--fs-h4);
    }
     body h4 {
        font-size: var(--fs-h5);
    }
     body h5 {
        font-size: var(--fs-h6);
    }
     body h6 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    body h2 {
        font-size:28px;
    }
     body h3 {
        font-size:26px;
    }
     body h4 {
        font-size:22px;
    }
}

/* h1 to h6 common css end */

body img {
    max-width: 100%;
    width: auto;
}

/* common site title css start*/
.main-title {
    font-size: var(--fs-h2);
}
 
@media (max-width: 991.98px) {
    .main-title {
        font-size: var(--fs-h3);
    }
 
    .sub-title {
        font-size: var(--fs-h6);
    }
}
 
@media (max-width: 767.98px) {
    .main-title {
        font-size: 32px;
    }
 
    .sub-title {
        font-size: 18px;
    }
}

/* common site title css end*/

/*common container css start*/
@media (min-width: 1440px) {
    .container {
        max-width: 1406px;
    }
}

/*common container css end*/
input{
    box-shadow: none !important;
    outline: none !important;
}
input:focus{
    border-color: var(--SecondaryColor) !important;
}
input[type="checkbox"]:focus{
    border-color: var(--PrimaryColor) !important;
}
input::placeholder{
    margin-top: -3px !important;
}
/* thumbnail css start */
.thumbnail-container.object-fit img,.thumbnail-container.object-fit iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .thumbnail-container,
body .thumbnail_container {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: rgba(17, 23, 107, .025);
    border-radius: 0;
}

body .thumbnail {
    margin: 0;
    display: block;
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 0 0;
}

body .thumbnail a,
body .thumbnail img,
body .thumbnail iframe {

    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

/* thumbnail css end */

/* section gap css start */

.section-gap {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
 
.section-gap.double-gap-t {
    padding-top: 100px;
}
 
.section-gap.double-gap-b {
    padding-bottom: 100px;
}
 
.section-gap.double-gap {
    padding: 100px 0;
}
 
@media (max-width: 1399.98px) {
    .section-gap {
        padding: 40px 0;
    }
 
    .section-gap.double-gap-t {
        padding-top: 80px;
    }
 
    .section-gap.double-gap-b {
        padding-bottom: 80px;
    }
 
    .section-gap.double-gap {
        padding: 80px 0;
    }
}
 
@media (max-width: 1199.98px) {
    .section-gap {
        padding: 35px 0;
    }
 
    .section-gap.double-gap-t {
        padding-top: 70px;
    }
 
    .section-gap.double-gap-b {
        padding-bottom: 70px;
    }
 
    .section-gap.double-gap {
        padding: 70px 0;
    }
}
 
@media (max-width: 767.98px) {
    .section-gap {
        padding: 30px 0;
    }
 
    .section-gap.double-gap-t {
        padding-top: 60px;
    }
 
    .section-gap.double-gap-b {
        padding-bottom: 60px;
    }
 
    .section-gap.double-gap {
        padding: 60px 0;
    }
}

/* section gap css end */

/* common button css start */
.btn {
    position: relative;
    display: inline-block;
    padding: 16px 30px;
    cursor: pointer;
    font-size: var(--fs-btn);
    font-family: var(--ff-primary);
    font-weight: var(--fw-400);
    border-radius: 100px;
    text-transform: capitalize;
    border: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    transition: all .5s ease-in-out;
    z-index: 1;
    overflow: hidden;
    background-color: var(--SecondaryColor);
    color: var(--WhiteColor);
    line-height: 1;
    text-align: center;
    width: auto;
    min-width: fit-content;
}
.btn:hover{
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}
.btn.white:hover{
background: var(--WhiteColor);
    color: var(--SecondaryColor);
}

.btn.signup-btn {
    background-color: var(--WhiteColor);
    color: var(--SecondaryColor);
}
.btn.signup-btn:hover{
    background: var(--SecondaryColor);
    color: var(--WhiteColor);
}

.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
    box-shadow: none !important;
}

.btn.btn-primary {
    color: var(--WhiteColor);
    background-color: var(--PrimaryColor);
}

.btn.btn-primary:not(:hover):visited {
    color: var(--WhiteColor);
}

.btn.btn-primary:before {
    content: "";
    position: absolute;
    left:-100%;
    top: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
    border-radius: 100px;
    width: 100%;
}

.btn.btn-primary:hover::before {
    left: 0;
    background: var(--SecondaryColor);
}

.btn.btn-secondary {
    color: var(--WhiteColor);
    background-color: var(--SecondaryColor);

}

@media(min-width:1200px){
 .btn.btn-secondary {
    padding: 15px 36px;
    font-size: var(--fs-h5);
    text-transform: capitalize;
    line-height: 34px;
}   
}
.btn.btn-secondary:not(:hover):visited {
    color: var(--WhiteColor);
}

.btn.btn-secondary:before {
     content: "";
    position: absolute;
    left:-100%;
    top: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
    border-radius: 100px;
    width: 100%;
}

.btn.btn-secondary:hover::before {
    left: 0;
    background: var(--PrimaryColor);
}

/* common button css end */



/* header css  */

.header-section {
    background-color: var(--PrimaryColor);
    padding: 28px 0 0;
    width: 100%;
    position: relative;
    z-index: 99;
    margin-bottom: 74px;
}

.header-section.mobile-stick{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        animation: 1s ease .5s normal both 1 running header-fadeInDown;
	    padding: 15px 0 0;
}
.header-section.mobile-stick::after{
    background-color: transparent !important;
	top: 90px;
	
}

@keyframes header-fadeInDown{
    0%{
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100%{
        opacity: 1;
        transform: none;
    }
}

body.home .header-section::after{
background-color: transparent;
}
body.home .header-section{
    background: transparent;
    position: fixed;
    width: 100%;
}
body.home .header-section.mobile-stick{
     background-color: var(--PrimaryColor);
}

.header-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/header-shape1-scaled.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 105px;
    left: 0;
    z-index: -1;
}
body.home .header-section::after{
    content: none;
}
body.home .header-section.mobile-stick::after{
    content: "";
}
.header-section .logo {
    display: inline-block;
    width: 220px;
}

.header-section .logo img {
    width: 100%;
}

.header-section .header-btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-link {
    font-size: var(--fs-btn);
    color: var(--WhiteColor);
}
.header-section .paw-shape{
    animation: pawFloatRotate 12s ease-in-out infinite;
}
@media (max-width: 1199.98px) {
    .header-section .header-btns {
        gap: 10px;
    }
    .header-section .header-btns .btn {
        font-size: 16px;
        padding: 12px 25px;
    }
    .header-link {
        font-size: 16px;
    }
    .header-section {
        margin-bottom: 48px;
    }
}

@media (max-width: 1024.98px) {
    .header-section .paw-shape {
        display: none;
    }
    .header-section .header-btns {
        margin-left: auto;
    }
    .header-section::after {
        top: 85px;
    }
    .header-section {
        padding: 25px 0 0;
        margin-bottom: 38px;
    }
	.header-section.mobile-stick::after {
    top: 75px;
}
}

@media (max-width: 767.98px) {
    .header-section::after {
                top: 65px !important;
    }
    .header-section .logo {
        width: 170px;
    }
    .header-section {
        padding: 20px 0 0;
        margin-bottom: 32px;
    }
    .header-section .header-btns {
        gap: 10px;
    }
    .get-main ul{
        padding-left: 0;
    }
	   .header-section.mobile-stick::after{
        top:60px !important;
    }
	
}

@media (max-width: 575.98px) {
    
    .header-section .logo {
        width: 90px;
    }
    .header-section .header-btns {
        gap: 10px;
    }
    .header-section .header-btns .btn {
        padding: 8px 12px;
        font-size: 14px;
    }
    .header-section::after {
        top: 48px !important;
    }
	.header-section.mobile-stick::after{
		  top: 44px !important;
	}
    .header-link {
        font-size: 12px;
    }
    .header-section {
        margin-bottom: 24px;
    }
}

@media (max-width: 360.98px) {
    .header-link {
        width: auto;
        min-width: fit-content;
        font-size: 12px;
    }
    .header-section::after {
        top: 45px !important;
    }
	.header-section.mobile-stick::after{
		top: 40px !important;
	}
    .header-section .header-btns .btn {
        font-size: 12px;
        padding: 7px 8px;
    }
    .header-section .header-btns {
        gap: 5px;
    }
    .header-section {
        margin-bottom: 16px;
    }
}

/* hero section css  */

.hero-section {
    position: relative;
    background-color: var(--PrimaryColor);
    z-index: 2;
    padding-bottom: 70px;
    overflow: hidden;
}
.hero-section::before{
    content: "";
    width: 100%;
    height: 65px;
    background-image: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/white-shape.svg');
    background-position: bottom;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-repeat: repeat-x;
    z-index: 5;
}

.hero-bottom-shape {
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    display: inline-block;
    z-index: -1;
}

.hero-content {
    padding-left: 120px !important;
    position: relative;
    padding-top:180px;
}

.hero-content span {
    font-size: 26px;
    color: var(--WhiteColor);
    display: inline-block;
}

.hero-content .hero-title {
    font-size: var(--fs-h1);
    color: var(--WhiteColor);
    margin-bottom: 29px;
    line-height: 85px;
}

.hero-content h6 {
    font-size: 26px;
    color: var(--WhiteColor);
    margin-bottom: 30px;
    font-weight: var(--fw-400);
}

.hero-content p {
    font-size: var(--fs-btn);
    color: var(--WhiteColor);
    margin-bottom: 12px;
}

.hero-content .btn {
    padding: 20px 35px;
}

.hero-content .hero-shape {
    margin-top: 20px;
    float: right;
    animation: pawFloatRotate 10s ease-in-out infinite;
}
@keyframes pawFloatRotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  20% {
    transform: translateY(-5px) rotate(3deg);
  }
  40% {
    transform: translateY(-8px) rotate(5deg);
  }
  60% {
    transform: translateY(-3px) rotate(-2deg);
  }
  80% {
    transform: translateY(-6px) rotate(4deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.hero-img .thumbnail img {
    box-shadow: 0px 4px 64px 0px #00000059;
}

.hero-img.thumbnail-container {
        padding-bottom: 89.6%;
    margin-bottom: -130px;
    height: 100%;
}

.hero-img{
    position: relative;
    overflow: hidden;
}
.hero-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(59.05% 53.76% at 50% 51.97%, rgba(65, 90, 146, 0) 56.3%, var(--PrimaryColor) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0px;
    transform: scale(1.1);
    background-position: 80px;
}
.hero-img::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg,rgba(65, 90, 146, 1) 30%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    z-index: 1;
}
@media(min-width:1440px){
    .hero-img.thumbnail-container {
    padding-bottom: 98% !important;
}
}
@media(min-width:1700px){
    .hero-img.thumbnail-container {
    padding-bottom: 78.6% !important;
}
}

@media(max-width:1439px){
.hero-img.thumbnail-container {
    padding-bottom: 95.6%;
}
}
@media (max-width: 1399.98px) {
    .hero-content {
        padding-left: 0;
    }
    .hero-img.thumbnail-container {
    padding-bottom: 117.6%;
}
    .hero-content .hero-title {
        font-size: 70px;
        margin-bottom: 15px;
        line-height: 75px;
    }
    .hero-content h6 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .hero-bottom-shape {
        bottom: -48px;
    }
}

@media (max-width: 1199.98px) {
    .hero-img.thumbnail-container {
    padding-bottom: 117.6%;
}
    .hero-content span {
        font-size: 24px;
    }
    .hero-content .hero-title {
        font-size: 60px;
        line-height: 60px;
    }
    .hero-content h6 {
        font-size: 20px;
    }
    .hero-content p {
        font-size: 16px;
        line-height: normal;
    }
    .hero-content .btn {
        padding: 15px 25px;
        font-size: 16px;
    }
    .hero-bottom-shape {
        bottom: -42px;
    }
    .hero-content .hero-shape {
        width: 150px;
    }
    .hero-content{
        padding-left: 80px !important;
    }

}


@media (max-width: 1024.98px) {
    .hero-content span {
        font-size: 18px;
    }
    .hero-content .hero-title {
        font-size: 45px;
        line-height: 50px;
    }
    .hero-content h6 {
        font-size: 18px;
    }
    .hero-content .hero-shape {
        width: 120px;
    }
    .hero-bottom-shape {
        bottom: -40px;
    }
 
}
@media (max-width: 991.98px) {
    .hero-bottom-shape {
        bottom: -31px;
    }
  .hero-img.thumbnail-container {
        padding-bottom: 162%;
    }
    .hero-content{
        padding-top: 140px;
    }
    .hero-section{
        padding-bottom: 40px;
    }
    .hero-img::before{
        width: 150px;
    }
      .hero-content{
        padding-left: 60px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-img.thumbnail-container {
        padding-bottom: 61%;
        margin-bottom: -50px;
    }
    .hero-bottom-shape {
        bottom: -23px;
    }
      .hero-content{
        padding-top: 120px;
    }
    .hero-img::before{
        width: 100%;
        height: 100px;
        top: 0;
        background: linear-gradient(180deg,rgba(65, 90, 146, 1) 30%, rgba(255, 255, 255, 0) 100%);
    }
    .hero-img::after{

    background: radial-gradient(59.05% 53.76% at 50% 51.97%, rgba(65, 90, 146, 0) 56.3%, var(--PrimaryColor) 100%);
    transform: scale(1);
}
  .hero-content{
        padding-left: 15px !important;
    }
}

@media (max-width: 575.98px) {
    .hero-content .hero-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .hero-content span {
        font-size: 16px;
    }
    .hero-content h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .hero-bottom-shape {
        bottom: -15px;
    }
    .hero-content .btn {
        padding: 12px 20px;
    }
    .hero-content{
          padding-top:90px;
    }
    .hero-content .hero-shape {
        margin-top: 0;
    }
    .hero-img::before{
        height: 45px;
    }
    .hero-img.thumbnail-container{
        padding-bottom: 100%;
    }
}

@media (max-width: 360.98px) {
    .hero-bottom-shape {
        bottom: -13px;
    }
}

/* why us section css  */
/* why us section css  */

.whyus-section {
    position: relative;
    z-index: 2;
}

.whyus-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('https://community.rockykanaka.com/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/whyus-shape1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: top;
    z-index: -2;
}

/*.whyus-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/whyus-bg.png');
    background-size: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -1;
}*/

.whyus-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 60px;
}

.whyus-item {
    padding-left: 40px;
    position: relative;
    z-index: 2;
}

.whyus-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient( to bottom, #FFFFFF 50%, #415A92 100%);
}

.why-icon {
    height: 85px;
    width: 85px;
    border-radius: 100px;
    background-color: var(--SecondaryColor);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-content span {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--WhiteColor);
    width: 80%;
}

.why-content p {
    font-size: 20px;
    line-height: 23px;
    color: var(--WhiteColor);
    font-weight: var(--fw-400);
}

.whyus-section .btn {
    text-align: center;
    margin: auto;
    margin-top: 55px;
    padding: 20px 35px;
}

.whyus-section .section-title {
    text-align: center;
    margin-bottom: 55px;
}

.whyus-section .section-title .main-title {
    color: var(--WhiteColor);
    margin-bottom: 16px;
}

.whyus-section .section-title .sub-title {
    color: var(--WhiteColor);
    font-size: 26px;
}

@media (max-width: 1399.98px) {
    .whyus-item {
        padding-left: 20px;
    }
    .whyus-list {
        gap: 20px;
    }
}

@media (max-width: 1199.98px) {
    .why-icon {
        width: 75px;
        height: 75px;
        padding: 20px;
    }
    .why-content span {
        width: 100%;
        font-size: 24px;
    }
    .whyus-section .btn {
        margin-top: 40px;
        padding: 15px 25px;
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .whyus-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .why-icon {
        margin-bottom: 10px;
    }
    .why-content span {
        font-size: 20px;
    }
    .why-content p {
        font-size: 18px;
    }
    .why-icon {
        height: 70px;
        width: 70px;
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .whyus-section .section-title .main-title {
        margin-bottom: 10px;
    }
    .whyus-section .section-title .sub-title {
        font-size: 18px;
    }
    .whyus-section .section-title {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .whyus-list {
        gap: 20px 10px;
    }
    .why-content span {
        line-height: 25px;
    }
    .why-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .whyus-item {
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .whyus-list {
        grid-template-columns: repeat(1,1fr);
    }
    .whyus-item::before {
        top: unset;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient( to right, #FFFFFF 50%, #415A92 100%);
    }
    .whyus-item {
        padding-left: 0;
        padding-bottom: 15px;
        text-align: center;
    }
    .whyus-item:last-child::before {
        display: none;
    }
    .why-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .whyus-section .btn {
        padding: 12px 20px;
        margin-top: 30px;
    }
}

/* story section css  */

.story-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.story-section .section-title .main-title {
    color: var(--SecondaryColor);
    margin-bottom: 16px;
}

.story-section .section-title .sub-title {
    color: var(--BlackColor);
    font-size: 26px;
}

.story-card {
    height: 720px;
    border-radius: 35px;
    position: relative;
}

.story-card iframe {
    height: 100%;
    width: 100%;
    border-radius: 35px;
}

.story-card .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.story-card .btn {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    padding: 28px 70px;
    font-size: 34px;
}

@media (max-width: 1199.98px) {
    .story-card {
        height: 600px;
    }
    .story-card .btn {
        padding: 20px 60px;
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .story-card {
        height: 500px;
    }
    .story-card .btn {
        padding: 15px 50px;
        font-size: 22px;
        bottom: -20px;
    }
}

@media (max-width: 767.98px) {
    .story-card {
        height: 450px;
        border-radius: 25px;
    }
    .story-card iframe {
        border-radius: 25px;
    }
    .story-card .btn {
        padding: 10px 25px;
        font-size: 16px;
        bottom: -20px;
    }
    .story-section .section-title .sub-title {
        font-size: 18px;
    }
    .story-card .play-icon {
        width: 60px;
    }
}

@media (max-width: 360.98px) {
    .story-card .btn {
        padding: 10px 12px;
        bottom: -15px;
    }
    .story-card {
        height: 400px;
    }
}



/* mission section css */
@media(min-width:992px){
    .our-mission-section.double-gap{
        padding: 80px 0 100px;
    }
}
@media(min-width:1200px){
    .our-mission-section.double-gap{
        padding: 100px 0 140px;
    }
}
@media(min-width:1440px){
    .our-mission-section.double-gap{
        padding: 140px 0 170px;
    }
}


.our-mission-section{
    position: relative;
}
.our-mission-section::after{
    content: "";
    height: 393px;
    width: 416px;
    position: absolute;
    bottom: 20px;
    right: 0;
    background: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/mission-bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
     animation: pawFloat 4s ease-in-out infinite;
}
@keyframes pawFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
.our-mission-section .thumbnail-container{
    border-radius: 35px;
}
.our-mission-section .top-img-wrap{
    gap: 16px;
}
.our-mission-section .img-1 {
width: 268px;
}
.our-mission-section .img-1 .thumbnail-container.thumb-1{
   padding-bottom: 163%;
}
.our-mission-section .img-1 .thumbnail-container.thumb-1 img{
    object-position:top;
}
.our-mission-section .img-1::after{
content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/mission-paw.png');
    background-size: contain;
    background-position: center;
    bottom: -71px;
    right: -115px;
    z-index: 1;
     animation: pawPulse 2s infinite ease-in-out;
}
@keyframes pawPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.99;
  }
}
.our-mission-section .thumbnail-container img{
    transition: all 0.5s ease-in-out;
}


.our-mission-section .thumbnail-container:hover img{
    transform: scale(1.02);
}


.our-mission-section .img-2{
    width: calc(100% - 303px);
}
.our-mission-section .img-2 .thumbnail-container{
    padding-bottom: 58.1%;
}
.our-mission-section .title-wrap{
margin-top: 60px;
}
.our-mission-section .sub-title{
    color: var(--SecondaryColor);
    font-size: 26px;
}

.our-mission-section .main-title{
    color: var(--SecondaryColor);
}
.our-mission-section .img-in{
    position: absolute;
    width: 268px;
    top: calc(100% - 47px);
    left: calc(100% - 47px);
}
.our-mission-section .img-in .thumbnail-container{
    padding-bottom: 76.9%;
}
.our-mission-section .bottom-wrap{
    max-width: 617px;
    margin-top: -52px;
    margin-left: -20px;
}
.our-mission-section .bottom-wrap p{
    font-size: 20px;
}
.our-mission-section .bottom-wrap p + p{
    margin-top: 30px;
}
@media(max-width:1439px){
    .our-mission-section .img-2 .thumbnail-container{
        padding-bottom: 64.1%;
    }
}
@media(max-width:1399px){
        .our-mission-section .img-2 .thumbnail-container {
        padding-bottom: 67.1%;
    }
    .our-mission-section .main-title{
        font-size: 40px;
    }
    .our-mission-section .title-wrap {
    margin-top: 80px;
}
.our-mission-section .bottom-wrap{
    margin-left: 65px;
}
}
@media(max-width:1199px){
    .our-mission-section .img-2 .thumbnail-container {
        padding-bottom: 114.1%;
}
}
@media(max-width:991px){
    .our-mission-section .img-in{
        position: static;
        margin-top: 35px;
    }
    .our-mission-section .img-1::after{
            height: 170px;
        width: 170px;
        bottom: 139px;
        right: -108px;
        z-index: 1;
    }
        .our-mission-section .img-2 .thumbnail-container {
        padding-bottom: 173.1%;
    }
    .our-mission-section .bottom-wrap{
    margin:35px 0 0 0 !important;
}
.our-mission-section .title-wrap{
    margin-top: 50px;
}

}
@media(max-width:767px){
.our-mission-section .img-1::after{
    content: none;
    
}
.our-mission-section .title-wrap {
        margin-top: 0px;
    }
.our-mission-section::after{
    height:280px;
    width:280px;
}
.our-mission-section .img-1{
    width: 100%;
	margin-top:40px;
}
.our-mission-section .img-1 .thumbnail-container.thumb-1{
    padding-bottom: 100%;
}
.our-mission-section .img-in{
    width: 100%;
}
.our-mission-section .img-in .thumbnail-container {
    padding-bottom: 60.9%;
}
.our-mission-section .img-2{
    width: 100%;
    margin-top: 25px;
	display:none;
}
.our-mission-section .img-2 .thumbnail-container {
        padding-bottom: 66.1%;
    }
    .our-mission-section .thumbnail-container{
    border-radius: 20px;
}
.our-mission-section .img-in{        
    margin-top: 25px;
	display:none;
    }
.our-mission-section .main-title{
    font-size: 32px;
}
}

.whyus-section {
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

.whyus-section.section-gap.double-gap-t {
    padding-top: 150px;
}

.whyus-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('https://community.rockykanaka.com/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/whyus-shape1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: top;
    z-index: -2;
}

.whyus-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/whyus-bg.png');
    background-size: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -1;
     animation: pawMove 5s ease-in-out infinite alternate;
}
@keyframes pawMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.whyus-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 60px;
}

.whyus-item {
    padding-left: 40px;
    position: relative;
    z-index: 2;
}

.whyus-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient( to bottom, #FFFFFF 50%, #415A92 100%);
}

.why-icon {
    height: 85px;
    width: 85px;
    border-radius: 100px;
    background-color: var(--SecondaryColor);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
.why-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.3s;
    display: block;
    z-index: -1;
    background-color: var(--WhiteColor);
}
 
.whyus-item:hover .why-icon::after {
    transform: scale(1);
}
 
.whyus-item:hover .why-icon img {
    filter: invert(50%) sepia(100%) saturate(6361%) hue-rotate(322deg) brightness(75%) contrast(98%);
}
.why-content span {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--WhiteColor);
    width: 80%;
}

.why-content p {
    font-size: 20px;
    line-height: 23px;
    color: var(--WhiteColor);
    font-weight: var(--fw-400);
}

.whyus-section .btn {
    text-align: center;
    margin: auto;
    margin-top: 55px;
    padding: 20px 35px;
}

.whyus-section .section-title {
    text-align: center;
    margin-bottom: 55px;
}

.whyus-section .section-title .main-title {
    color: var(--WhiteColor);
    margin-bottom: 16px;
}

.whyus-section .section-title .sub-title {
    color: var(--WhiteColor);
    font-size: 26px;
}

@media (max-width: 1399.98px) {
    .whyus-item {
        padding-left: 20px;
    }
    .whyus-list {
        gap: 20px;
    }
    .whyus-section.section-gap.double-gap-t {
        padding-top: 120px;
    }
}

@media (max-width: 1199.98px) {
    .why-icon {
        width: 75px;
        height: 75px;
        padding: 20px;
    }
    .why-content span {
        width: 100%;
        font-size: 24px;
    }
    .whyus-section .btn {
        margin-top: 40px;
        padding: 15px 25px;
        font-size: 16px;
    }
    .whyus-section.section-gap.double-gap-t {
        padding-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .whyus-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .why-icon {
        margin-bottom: 10px;
    }
    .why-content span {
        font-size: 20px;
    }
    .why-content p {
        font-size: 18px;
    }
    .why-icon {
        height: 70px;
        width: 70px;
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .whyus-section .section-title .main-title {
        margin-bottom: 10px;
    }
    .whyus-section .section-title .sub-title {
        font-size: 18px;
    }
    .whyus-section .section-title {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .whyus-list {
        gap: 20px 10px;
    }
    .why-content span {
        line-height: 25px;
    }
    .why-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .whyus-item {
        padding-left: 15px;
    }
    .whyus-section.section-gap.double-gap-t {
        padding-top: 70px;
    }

    .whyus-section {
        padding-bottom: 60px;
    }

}

@media (max-width: 575.98px) {
    .whyus-list {
        grid-template-columns: repeat(1,1fr);
    }
    .whyus-item::before {
        top: unset;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient( to right, #FFFFFF 50%, #415A92 100%);
    }
    .whyus-item {
        padding-left: 0;
        padding-bottom: 15px;
        text-align: center;
    }
    .whyus-item:last-child::before {
        display: none;
    }
    .why-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .whyus-section .btn {
        padding: 12px 20px;
        margin-top: 30px;
    }
}

/* story section css  */

.story-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.story-section .section-title .main-title {
    color: var(--SecondaryColor);
    margin-bottom: 16px;
}

.story-section .section-title .sub-title {
    color: var(--BlackColor);
    font-size: 26px;
}

.story-card {
    height: 720px;
    border-radius: 35px;
    position: relative;
    padding: 0 50px;
}

.story-card .story-img {
    height: 100%;
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.story-play-btn button {
    outline: none;
    box-shadow: none;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: transparent;
}

.story-card .btn {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    padding: 28px 70px;
    font-size: 34px;
}

.story-card video {
    height: 100%;
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1399.98px) {
    .story-card {
        height: 600px;
        padding: 0 20px;
    }
}

@media (max-width: 1199.98px) {
    .story-card .btn {
        padding: 20px 60px;
        font-size: 30px;
        bottom: -30px;
    }
    .story-card {
        height: 550px;
    }

    .story-play-btn .story-video-modal img {
        width: 50px;
    }
}

@media (max-width: 991.98px) {
    .story-card {
        height: 500px;
        padding: 0;
    }
    .story-card .btn {
        padding: 15px 50px;
        font-size: 22px;
        bottom: -25px;
    }
}

@media (max-width: 767.98px) {
    .story-card {
        height: 400px;
        border-radius: 25px;
    }
    .story-card .story-img {
        border-radius: 25px;
    }

    .story-card video {
        border-radius: 25px;
    }

    .story-card .btn {
        padding: 10px 25px;
        font-size: 16px;
        bottom: -18px;
    }
    .story-section .section-title .sub-title {
        font-size: 18px;
    }
    .story-play-btn .story-video-modal img {
        width: 50px;
    }
    .story-section .section-title .main-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 360.98px) {
    .story-card .btn {
        padding: 10px 12px;
        bottom: -16px;
    }
    .story-card {
        height: 400px;
    }
}

/* login-css-start */


@media (min-width: 1200px) {
    .login-section .container{
        max-width: 1170px;
    }
}

.login-title .login-sub-title {
    color: var(--SecondaryColor);
    font-size: 26px;
    line-height: normal;
    font-weight: normal;
}


.login-section .thumbnail-container {
    padding-bottom: 84.33%;
    border-radius: 35px;
}

.login-form label,
.forgot-login {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
	color:black !important;
}

.login-form .mp_wrapper input , .login-form .mp_wrapper #mepr_loginform input {
    border-radius: 16px !important;
    border: 1px solid #D9D9D9 !important;
	border-width:1px !important;
	border-color: #D9D9D9 !important;
    padding: 17px !important;
    display: flex !important;
    align-items: center !important;
	    height: 60px !important;
}

.login-form input::placeholder {
    color: #C5C5C5 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form .form-check-input {
    padding: 0 !important;
    margin-right: 16px;
}

.login-btn .btn {
    width: 100%;
    margin-top: 22px;
    text-transform: uppercase;
}

.login-form {
    padding: 45px;
}

.login-welcome {
    background: #fff;
    border-radius: 35px;
    margin-top: 38px;
    box-shadow: 0px 4px 74px 0px #0000001F;
}
.login-welcome .thumbnail-container img{
    transition: all 0.5s ease-in-out;
}
.login-welcome:hover .thumbnail-container img{
    transform: scale(1.02);
}

.forgot-login {
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
.forgot-login:hover{
    color: var(--SecondaryColor);
}
.main-wrap {
    margin-top: 35px;
}

.login-btn .btn:hover {
    color: var(--WhiteColor);
}
.login-btn .btn{
    padding: 20px 30px;
}

.login-section {
    position: relative;
}

.login-section::after{
    content: '';
    background-image: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/login-background.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 560px;
    height: 560px;
    top: -31px;
    right: 0;
    z-index: -1;
    background-size: contain;
        animation: pawFloat 4s ease-in-out infinite;
}

@media (max-width: 1199.98px) {
    .login-form {
        padding: 32px;
    }

    .login-form label,
    .forgot-login {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .login-form {
        padding: 35px;
    }

    .login-form label,
    .forgot-login {
        font-size: 18px;
    }

    .login-section::after,
    .signup-section::after {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .login-form {
        padding: 32px;
    }

    .login-form label,
    .forgot-login {
        font-size: 18px;
    }
    .login-section .thumbnail-container{
        border-radius: 20px;
    }
    .login-welcome{
        border-radius: 20px;
    }
}

@media (max-width: 475.98px) {
    .main-wrap {
        display: block !important;
    }
}

/* login-css-end */

/* signup-start */

.main-title {
    color: var(--SecondaryColor);
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--ff-secondary);
}

.login-title p {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.login-title p a {
    color: var(--SecondaryColor);
}

.signup-max {
    max-width: 1250px;
    margin: 0 auto;
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 400;
}
.get-main ul{
    column-count: 2;
    column-gap: 50px;
}
.get-main li {
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    font-weight: 400;
}
.get-main li+li{
    margin-top: 10px;
}
.get-main li::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/tick.svg');
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 2px;
}
.title-img{
    position: relative;
    display: inline-block;
    padding-left: 60px;
}
.title-img::before{
    content: '';
    color: gray !important;
   background-image: url('/cdn-cgi/image/quality=75,gravity=auto,metadata=none,format=auto,onerror=redirect/wp-content/uploads/2025/10/footprint.svg');
   background-repeat: no-repeat;
    background-position: center;
     width: 50px;
     height: 50px;
    position: absolute;
    top: 2px;
    left: 0;
    background-size: contain;
}

@media (max-width: 991.98px){
    .get-main ul {
    column-count: 1;
    margin-top: 20px;
}
.title-img::before{
        top: -16px;
}
}

@media (max-width: 767.98px){
.signup-max {
    font-size: 22px;
}
	.title-img{
		    padding-left: 60px;
	}
}

@media (max-width: 450.98px){
	.title-img{
		    padding-left:55px;
	}
}
@media (max-width: 380.98px) {
    .title-img {
        padding-left: 5px;
    }
}
/* footer-start */

.footer-title {
    border-top: 1px solid #D9D9D9;
    padding: 70px 0;
}

.footer-title p {
    font-size: 16px;
    font-weight: 400;
    color: var(--BlackColor);
}
@media(max-width:1199px){
    .footer-title{
        padding: 40px 0;
    }
}
/* footer-end */

.login-form .submit .mepr-share-button , .mp_wrapper .mp-form-submit .mepr-submit {
    transition: all .5s ease-in-out !important;
  background-color: var(--SecondaryColor) !important; 
    color: var(--WhiteColor) !important;
    line-height: 1 !important;
    text-align: center !important;
    width: 100% !important;
    text-transform: uppercase !important;
    font-size: var(--fs-btn) !important;
    font-family: var(--ff-primary) !important;
    font-weight: var(--fw-400) !important;
    border-radius: 100px !important;
		height: 60px !important;
	    border: 1px solid #D9D9D9 !important;
}
.login-form .submit .mepr-share-button:hover , .mp_wrapper .mp-form-submit .mepr-submit:hover{
	    background: var(--PrimaryColor) !important;
}
.login-section .login-form .mepr_error{
	max-width:400px !important;
}
.mepr-form .mp-form-row {
    margin-bottom: 20px !important;
}
 
.mp-hide-pw .button.mp-hide-pw.hide-if-no-js, .mepr_price , .login-form .cc-error, .mp-form-submit .mepr-form-has-errors, .mp-spacer{
    display: none !important;
}
label:has(>#rememberme) {
    display: flex !important;
    gap: 16px !important;
  float:left !important;
	font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    align-items: center !important;
    color: #000 !important;
	width:50% !important;
}
	.mp-form-label label{
		    margin-bottom: .5rem !important;
	}
	.mepr-login-actions a{
		    text-decoration: underline !important;
    transition: all 0.5s ease-in-out !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
	}
	.mepr-login-actions a:hover{
		color: var(--SecondaryColor) !important;
	}
	.mepr-share-button:hover, .mepr-submit:hover{
		    background: var(--PrimaryColor) !important;
    color: var(--WhiteColor) !important;
	}
	.header-section.mobile-stick{
	    background-color: var(--PrimaryColor) !important;
	}
	.mepr-form-input, .mp-form-label label{
		width:100% !important;
	}

.mp_wrapper .bb-mp-checkout-details {
    background: #fff;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.mp-form-row .mp-form-label label{
	    color: var(--BodyColor) !important;
}
.mp_wrapper.mp_login_form .mepr_username .mp-form-label {
    display: block;
}
.mp_wrapper.mp_login_form .mepr_password .mp-form-label>label {
    display: block !important;
}
.mp_wrapper.mp_login_form .mepr_username:before, .mp_wrapper.mp_login_form .mepr_password:before{
	content:none !important;
}
.member_csm_login{
	    display: grid !important;
    align-items: center !important;    
    grid-template-columns: 1fr 1fr !important;
	    justify-items: flex-end !important;
}
.member_csm_login a{
	font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    text-decoration: underline !important;
    transition: all 0.5s ease-in-out !important;
}
.member_csm_login a:hover{
	color: var(--SecondaryColor) !important;
}
#mepr_loginform, .mp_wrapper .mepr-signup-form.mepr-form{
	margin-bottom:0 !important;
}
.login-form .mp-form-submit{
	    margin-top: 40px;
}

.login-welcome input:focus {
    border-color: var(--SecondaryColor) !important;
}
.login-form #user_login , .login-form #user_pass{
	    padding: 17px !important;
}
.login-form .submit .mepr-share-button{
	margin-top:20px !important;
}

/* 03-11-2025 */
.site.bb-readylaunch {
    background-color: #e1e1f79e;
    margin-left: 0;
    margin-top: 69px;
    padding: 0;
    min-height: calc(100vh - 69px);
}

.bb-rl-left-panel .bb-readylaunchpanel-menu li>a {
    background-color: transparent;
    border-left: 4px solid transparent;
    border-radius: 4px;
}


.bb-rl-left-panel .bb-readylaunchpanel-menu li.selected>a {
    background-color: #4946fe2b;
    color: #4946fe;
    border-left: 4px solid #4946fe;
    border-radius: 4px;
}

.bb-rl-left-panel .bb-readylaunchpanel-menu li>a:focus, .bb-rl-left-panel .bb-readylaunchpanel-menu li>a:hover {
      background-color: #4946fe2b;
			color: #4946fe;
		
			border-radius: 4px;
			transition:0.5s;
}

.bb-rl-left-panel .bb-readylaunchpanel-menu li.selected>a span{
    color: #fff;
}

.bb-rl-left-panel .bb-readylaunchpanel-menu li>a>.menu-icon {
    display: flex
;
    font-size: 18px;
    line-height: 1;
    color: #ffffffbd;
    background: #4946fe;
    padding: 2px;
    border-radius: 28px;
}
.bb-rl-left-panel .bb-readylaunchpanel-menu li>a{
	margin-bottom: 16px;
}

.bb-rl-button.bb-rl-button--secondaryOutline {
    background-color: #e0e0ff;
    border: 1px solid #e0e0ff;
    color: #4946fe;
}

.header-aside .bb-rl-header-search [class*=bb-icons-rl]{
	color:#4946fe
}
.bb-rl-button.bb-rl-button--secondaryOutline:hover{
	color:#000;
	transition:0.5s;
}
.bb-rl-button.bb-rl-button--secondaryOutline:hover i{
	color:#000;
	transition:0.5s;
}

.bb-rl-left-panel .bb-rl-list .bb-rl-item-list li {
       background-color: transparent;
	  		border-left: 4px solid transparent;
	 
}

.bb-rl-left-panel .bb-rl-list .bb-rl-item-list li:hover {
       background-color: #e0e0ff;
    color: #4946fe;
    transition: 0.5s;
	  border-left: 4px solid #4946fe;
	   border-radius: 4px;
}

.bb-rl-left-panel .bb-rl-list .bb-rl-item-list li:hover a {
	color:#4946fe;
	transition:0.5s;
}

.bb-rl-secondary-header #object-nav ul li a:hover, .bb-rl-secondary-header #object-nav ul li.selected a {
    color: #fff;
    background-color: #4946fe;
	transition:0.5s;
}

.widget_bb_group_members_widget .item-options a.selected, .widget_bb_group_members_widget .item-options a:hover {
    color: #ffffff;
    background-color: #4946fe;
	transition:0.5s;
}

.widget_bb_group_members_widget .item-list li:hover {
    background-color: #4946fe;
	transition:0.5s;
}

.widget_bb_group_members_widget .item-list li:hover a {
 color:#fff;
}
.widget_bb_group_members_widget .item-list li:hover span{
 color:#fff;
}
.bb-rl-profile-dropdown ul li a:hover {
    background-color: #4946fe;
    color: #fff;
}

.bb-rl-profile-dropdown ul li a:hover i {
    color: #fff !important;
}
.bb-rl-profile-dropdown ul li a:hover i::after {
    color: #fff;
}

.bb-rl-button.bb-rl-button--secondaryFill {
    background-color: #4946fe;
    border: 1px solid #4946fe;
    color: #fff;
}

.bb-rl-container .bb_more_options .bb_more_dropdown .generic-button a:hover{
	   background-color: #4946fe;
    color: #fff;
}

.bb-rl-container .bb_more_options .bb_more_dropdown .generic-button a:hover::before {
    color: #fff;
}

.bb-rl-main-nav-list li.current a, .bb-rl-main-nav-list li.selected a {
    color: #ffffff;
    background-color: #4946fe;
}

.bb-rl-main-nav-list li a:hover {
  color: #ffffff;
    background-color: #4946fe;
}

.site-header .sub-menu li:hover>a {
    background: #4946fe;
    color: var(--bb-primary-color);
    color: #fff !important;
}

.site-header .sub-menu li:hover>a i {
    color: #fff !important;
}

.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu a:hover, .bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu a:hover {
    background: #4946fe;
    color: #fff;
}

.site-header .sub-menu li:hover span{
	 color: #fff !important;
}

.bb-readylaunch-menu>li.current-menu-item>a {
    font-weight: 600;
    background-color: #4946fe;
    color: #ffff;
}
.bb-readylaunch-menu>li:hover>a {
       background-color: #4946fe;
   color: #ffff;
}

#content-report{
	display:none;
}
#block-member{
	display:none;
}
#reported-content{
	display:none;
}

.bb-rl-item-actions.bb-rl-idle-primary .bb-rl-secondary-actions .button-wrap {
    justify-content: center;
}

@media screen and (min-width: 840px) {
    #mepro-login-hero .mepro-login-contents {
        padding-left: 0;
        padding-right: 0;
    }
}
.mepro-boxed{
	    padding: 0px 30px 30px;
}

#mepr-template-login .mepro-form input{
	  margin-bottom: 22px;
    border-radius: 9px;
}

.mepro-form .mp-spacer{
	display:none !important;
}

.status-publish{
	    max-width: 450px;
    background: #fff;
    width: 100%;
    margin: auto;
    border: 1px solid #4946fe00;
    box-shadow: 0px 0px 16px 0px #d7dae1;
    border-radius: 10px;
}

.mepr-login-page .site-content>.container{
	position: absolute !important;
    left: 50% !important;;
    top: 50% !important;;
    transform: translate(-50%, -50%) !important;;
}

.mepr-login-page .site-content{
	background: #4946fe1c !important;
}

.signin-button{
	display:none !important;
}

.mepr-login-page .site-content{
	background: #4946fe1c !important;
}

.mp_wrapper.mp_login_form #wp-submit {
    width: 100%;
    background: #4946fe;
}
.header-aside .button.signup {
    margin-left: .3125rem;
    min-width: initial;
    background: #4946fe;
}

body.activate.buddypress, body.register.buddypress, body.register.buddypress .site {
    background-color: #4946fe1c;
}


input[type=submit] {
    border: 0;
}

.mepr-login-page .mp_wrapper.mp_login_form {
    max-width: 400px !important;
    padding: 0;
}
.registration.register .mp_wrapper .mp-form-row {
    margin-bottom: 0;
}

.mp-form-row.mepr_bold.mepr_price{
	    padding: 0px 20px;
}
 html {
    height: 100%;
    background-image: inherit !important;
    background-repeat: repeat-x;
    background-attachment: fixed;

}
.register-page-main .register-page-logo img
 {
    width: 130px;
    height: 40px;
    object-fit: contain;
    margin: auto;
}
.register-page-main h1{
	    text-align: center;
}
.bb-mp-checkout-details {
    padding: 20px 0 0;
}
.register-page-mai .mp_wrapper select{
	    padding: 6px 11px;
}

.registration-html {
  background-image: inherit !important;
  margin: 0 !important;
}

.bb-rl-login-header {
    position: absolute;
    top: 0;
    width: 100%;
}

.register-page-main {
    margin: 100px auto var(--bb-rl-space-500);
	   max-width: 500px;
}

.registration.register input.mepr-submit {
    width: 100%;
    background: #4946fe;
    color: #fff;
    border-radius: 8px;
}
.mp_wrapper.mp_login_form input {
    border-radius: 7px !important;
    font-size: 16px;
    border-color: #9e9e9e !important;
	border-width: 2px !important;
}

.mepr-login-page .footer-bottom{
	display:none;
}

.mepr-login-page .entry-title, .mepr-thankyou-page .entry-title {
    text-align: left;
    padding-left: 9px;
    line-height: 13px !important;
}

.mp_wrapper.mp_login_form .mepr-login-actions {
    top: 128px;
	  right:0 !important;
}

.mepr-login-page .site-content {
    background: transparent !important;
}

.mp_wrapper input[type=text], .mp_wrapper input[type=url] {
    border: 2px solid #9e9e9e;
    border-radius: 7px;
    font-size: 16px;
}

.mp_wrapper input{
	  border: 2px solid rgb(158 158 158) !important;
	 border-radius: 9px !important;
}

.mp_wrapper select{
	padding: 0px 10px;
	 border-radius: 9px;
	    border: 2px solid rgb(158 158 158);
}

.mp_wrapper.mp_login_form .mepr_username {
    position: relative;
    margin-bottom: 25px;
}
.register-page-main .mp_wrapper .mepr_error{
	color: #000 !important;
	max-width: max-content !important;
}
@media(max-width:768px){
	.status-publish{
		padding: 0px 20px !important;
	}
}
/* Demo */
#wp-submit {
    transition: all .5s ease-in-out;
    background-color: var(--SecondaryColor);
    color: var(--WhiteColor);
    line-height: 1;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: var(--fs-btn);
    font-family: var(--ff-primary);
    font-weight: var(--fw-400);
    border-radius: 100px;
}
.csm_area{
	display:flex;
	    align-items: center;
	flex-wrap:wrap;
}
.csm_area a{
	    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    align-items: center !important;
    color: #000 !important;
    text-decoration: underline;
	    width: 50% !important;
    text-align: end;

}
	
@media (max-width: 500.98px){
	.member_csm_login {
    grid-template-columns: 1fr !important;
		          justify-items: flex-start !important;
		        margin-bottom: 25px;
}
	.csm_area label:has(>#rememberme)l{
		width:100% !important;
	}
	.csm_area a{
		width:100% !important;
		    text-align: start;

	}
}	
	
	.welcome-section p{
    text-align: center;
    font-size: 26px;
}
#members-list .list-wrap .item .list-title a:hover {
    color: #AB035C !important;
}
.page-template-dashboard-tpl .story-card video{
	background:rgba(var(--PrimaryColorRGBA),0.1) !important;
	object-fit: contain !important;
    object-position: top !important;
}
/* div#mepr-account-welcome-message {
   display: none;
} */
@media (max-width: 767.98px){
	.welcome-section p{
		font-size: 18px;
	}	
}
.login-section .login-form{
	height:100%;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}
.login-section .login-form .mp_wrapper{
	padding:0;
	max-width:100%;
	margin:0;
}
.login-section .login-form .mp_wrapper h3{
	font-size: 35px;
    color: var(--SecondaryColor);
	margin-bottom:30px;
}
.login-section .login-form .mp_wrapper{
	width:100%;
}
.login-section .login-form #mepr_forgot_password_form{
	margin-bottom:0;
}
.leader-main{
        padding-top: 70px;
}
.leader-main tr{
	border:none !important;
}
.leader-main table{
	border:none !important;
}
.leader-main tr th{
    background-color: #AB035C !important;
	border-top:1px solid #AB035C !important;
	border-bottom:1px solid #AB035C !important;
    color: #fff !important;
}
.leader-main tr th:nth-child(1){
	border-left:1px solid #AB035C !important;
}
.leader-main tr th:nth-last-child(1){
	border-right:1px solid #AB035C !important;
}
.leader-main thead tr th + th{
	border-left:1px solid rgba(255,255,255,.1) !important;
}
.leader-main tbody tr td{
	border:1px solid rgba(171,3,92,0.2) !important;
}
.leader-main tbody tr:nth-child(even) td{
	background:rgba(171,3,92,0.08);
}
.leader-main h2{
	text-align:center;
	margin-bottom:30px;
}
.page-template-login-tpl:has(>.login-section){
	background:#fff !important;
}
.bb-rl-documents-header-wrap{
	    flex-wrap: wrap;
}
.mepr-hint-main{
	line-height:18px;
}
.mepr-thankyou-page .story-section p.sub-title{
	    color: var(--SecondaryColor) !important;
}
.page-template-register-tpl .have-coupon-link {
    display: none !important; /* Hides the "Have a coupon?" text */}
.page-template-register-tpl .mp-form-row.mepr_coupon {
    display: block !important; /* Forces the coupon field to always be visible */}

@media (max-width: 1199.98px){
	.home .story-card .story-img {
    object-position: left;
}
}
@media (max-width: 575.98px){
.home .story-card .story-img {
        object-position: -160px 0;
    }
}
@media (max-width: 400.98px) {
  .home  .story-card .story-img {
        object-position: -220px 0;
    }
}

.mepr-thankyou-page .story-card img{
       background: rgba(var(--PrimaryColorRGBA), 0.1) !important;
    object-fit: contain !important;
    object-position: top !important;
}


/* login page eye icon css */
.mepr-toggle-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    line-height: 0;
    color: #666; /* Adjust color here */
    display: flex;
    align-items: center;
    z-index: 9;
}

.mepr-toggle-eye svg {
    width: 20px;
    height: 20px;
    display: block;
}

/* Add padding to input so text doesn't go under the eye */
input[type="password"] {
    padding-right: 40px !important;
}
.page-template-login-tpl .login-welcome #mepr-magic-toggle {
	border-radius: 16px !important;
	border:none !important;
	padding: 17px !important;
    display: flex !important;
    align-items: center !important;
    height: 60px !important;
	background:#415a92;
	justify-content:center;
	text-transform:capitalize;
	    margin-top: 15px;
}
.page-template-login-tpl .login-welcome #wp-submit{
	text-transform:capitalize !important;
}
.page-template-login-tpl .login-welcome #mepr-magic-toggle:hover{
	background:#ab035c !important;
}
.page-template-login-tpl .login-welcome #mepr-magic-form .mepr-share-button{
		border-radius: 16px !important;
	border:none !important;
	padding: 17px !important;
    display: flex !important;
    align-items: center !important;
    height: 60px !important;
	justify-content:center;
	text-transform:capitalize !important;
}
.page-template-login-tpl .login-welcome .mp-alert{
	margin-bottom:0;
	margin-top:7px;
	padding:12px;
	border-radius:12px;
}
.event-main .calendar-item{
	padding:0;
	border:none !important;
	border-radius:10px !important;
	overflow:hidden;
	background:#415a9114;
	
}
.event-main .calendar-item img{
	border-radius:0 !important;
}
.event-main .calendar-date{
	color:var(--SecondaryColor);
	margin:0 !important;
}
.event-main .title{
	margin-top:5px;
	font-family:var(--ff-primary) !important;
}
.event-main .title a{
	font-size: 26px;
    line-height: 30px;
	transition:all 0.5s ease-in-out;
}
.event-main .title a:hover{
	color:var(--PrimaryColor);
}
.event-main .btn-secondary{
	padding: 12px 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        gap: 5px;
        text-transform: capitalize;
        line-height: 34px;
}
@media(max-width:575px){
	.event-main .calendar-filter-wrap{
		flex-wrap:wrap;
	}
.event-main .filter-label{
	width:100%;	
}
}

.event-detail .detail-wrap{
	    box-shadow: 0px 4px 74px 0px #0000001F;
	    border-radius: 35px;
	overflow:hidden;
}
.event-detail .display-5 {
	color:var(--SecondaryColor);
}
.event-detail .date{
	color:var(--PrimaryColor);
	font-family:var(--ff-primary) !important;
}
.event-detail img{
	object-fit:cover;
}
.event-detail p{
	font-family:var(--ff-primary) !important;
	line-height:150%;
}
.event-detail .content-wrap{
	padding:40px;
}
@media(max-width:575px){
.event-detail .content-wrap{
	padding:30px;
}	
	.event-detail .detail-wrap{
		border-radius:25px;
	}
}

.location-main #state-selector{
	background:var(--PrimaryColor);
	border:1px solid var(--PrimaryColor);
	color:#fff;
	font-size:16px;
	font-weight:500;
	min-width:250px;
}
.location-main #state-selector option{
	font-weight:400;
	color:#000;
	background:#fff;
}
.location-main #state-selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 35px 0px 10px;
    border-radius: 4px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}
.location-main .location-header .btn-secondary{
	    padding: 12px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 5px;
    text-transform: capitalize;
    line-height: 34px;
}
.location-main #wp-geo-map{
	height:600px !important;
}
@media(max-width:767px){
	.location-main #wp-geo-map{
	height:300px !important;
}
}
.description #wp-event_description-editor-tools{
	background:#f1f1f1 !important;
}
.event-form-wrapper .atlas-event-form{
    background: #00000012;
	border-radius:30px;
	padding:40px;
}
.event-form-wrapper .btn-secondary{
	padding: 12px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 5px;
    text-transform: capitalize;
    line-height: 34px;
}
@media(max-width:767.98px){
	.event-form-wrapper .atlas-event-form{
		border-radius:20px;
	padding:30px;
	}

}

.event-detail .btn-secondary{
	padding: 12px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 5px;
    text-transform: capitalize;
    line-height: 34px;
}
.map-container-wrapper .btn-secondary{
	padding: 12px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 5px;
    text-transform: capitalize;
    line-height: 34px;
}
.story-section .story-col{
	box-shadow: 0 0 4px #e1c9d5;
    padding: 25px;
    border-radius: 20px; 
}
.story-section  .story-wrapper{
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.story-section  .story-wrapper .story-title{
	    color: var(--SecondaryColor);
    font-size: 28px;
    font-weight: 700;
	    margin-bottom: 12px;
	 font-family: var(--ff-primary);
}
.story-section .story-col p, .story-section .story-col p a{
	    font-size: 20px !important;
    font-weight: 300;
    font-family: var(--ff-primary);
}
@media(max-width:767.98px){
		.story-section  .story-wrapper{
    grid-template-columns: repeat(1, 1fr);
}
}


/* */

.single-mec-events .mec-single-event-description p{
    color: black !important;
    font-weight: normal !important;   
    font-size: 18px !important;
    
        margin-bottom: 0 !important;
}
.single-mec-events .mec-single-event .mec-events-content {
    margin-bottom: 0 !important;
}
.single-mec-events .mec-export-details li a{
        color: black !important;
    font-size: 20px !important;
    font-family: var(--ff-primary) !important;
        line-height: 35px !important;
}
.single-mec-events .mec-event-export-module, .single-mec-events .mec-events-meta-group, .single-mec-events .mec-event-info-desktop, .single-mec-events .mec-event-social.mec-frontbox{
    padding: 20px !important;
        border-radius: 12px !important;
}
.single-mec-events .mec-img-organizer{
    padding-left: 0 !important;
}
.single-mec-events .mec-single-event-organizer h6, .single-mec-events .mec-social-single.mec-frontbox-title, .single-mec-events .comments-title{
color: black !important;
    font-size: 18px !important;
    font-family: var(--ff-primary) !important;
}
.single-mec-events .flip-clock-divider.days span, .single-mec-events .flip-clock-label{
    font-size: 14px !important;
    color: black !important;
    font-family: var(--ff-primary) !important;
}
.single-mec-events .mec-img-organizer{
        margin-bottom: 20px;
            border-radius: 12px;
}
.mec-single-event .mec-events-meta-date dd,  .mec-single-event .mec-single-event-additional-organizers dd, .mec-single-event .mec-single-event-organizer dd{
        padding-left: 0 !important; 
}
.single-mec-events .mec-event-info-desktop  a{
    color: #858586 !important;
    font-size: 14px !important;
    font-family: var(--ff-primary) !important;
}
.single-mec-events #commentform .logged-in-as{
    margin-bottom: 20px;
}
.single-mec-events #comments{
        margin-bottom: 80px;
}
.single-mec-events .mec-single-event-organizer i::before{
        color: black !important;
}
.mec-single-event .mec-event-content {
    padding: 0 !important;
}
@media (max-width: 960.98px) {
.mec-wrap .flip-clock-wrapper ul{
    width: 40px;
}
}

.single-mec-events .mec-event-banner::before {
    content: '';
    background-color: black !important;
    background-size: cover !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0.30 !important;
}

.post-type-archive-mec-events .mec-container h1{
        color: var(--SecondaryColor) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 40px !important;
    font-family: 'Lance Sans' !important;
    margin-bottom: 50px !important;
}
.post-type-archive-mec-events .mec-event-date{
    color:  #000 !important;
}
.post-type-archive-mec-event .mec-load-more-button {
        background-color: var(--bb-primary-button-background-regular) !important;
    color: var(--bb-primary-button-text-regular) !important;
}
.post-type-archive-mec-events .mec-load-more-button {
        background-color: #AB035C !important;
    color: #fff !important;
}
.post-type-archive-mec-events .mec-event-grid-minimal .mec-event-date:hover span {
    color: black !important;
}
.mec-wrap.colorskin-custom .mec-border-color-hover:hover{
        border-color: #e6e6e6 !important;
}
/* */

.page-id-1229 .mec-fes-form {
    background-color: #fff !important;
}

.page-id-1229 .mec-fes-form-top-actions a {
    position: relative !important;
    display: inline-block !important;
    padding: 16px 30px !important;
    cursor: pointer !important;
    font-size: var(--fs-btn) !important;
    font-family: var(--ff-primary) !important;
    font-weight: var(--fw-400) !important;
    border-radius: 100px !important;
    text-transform: capitalize !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: all .5s ease-in-out !important;
    z-index: 1 !important;
    overflow: hidden !important;
    background-color: var(--SecondaryColor) !important;
    color: var(--WhiteColor) !important;
    line-height: 1 !important;
    text-align: center !important;
    width: auto !important;
    min-width: fit-content !important;
}

.page-id-1229 .mec-fes-form-top-actions a:hover {
    background: var(--PrimaryColor) !important;
    color: var(--WhiteColor) !important;
}

.page-id-1229 .mec-fes-form-top-actions a:after {
    content: "";
    position: absolute;
    left:-100%;
    top: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
    border-radius: 100px;
    width: 100%;
}

.page-id-1229 .mec-fes-form-top-actions a:hover:after {
    left: 0;
    background: var(--PrimaryColor) !important;
}

.page-id-1229 .mec-fes-form-top-actions a:before {
    padding: 5px;
}

.page-id-1229 .mec-fes-form label {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    margin-bottom: .5rem !important;
    color: #000;
}

.page-id-1229 .mec-fes-form {
    border-radius: 16px !important;
    border-width: 1px !important;
    padding: 17px !important;
}

.page-id-1229 .mec-form-row.mec-fes-title {
    margin-bottom: 25px;
}

.page-id-1229 .mec-fes-form .mec-form-row .button:not(.wp-color-result) {
    border-color: #415A9250 !important;
    color: #415A92 !important;
}

.page-id-1229 .mec-fes-form #mec_bfixed_form_field_types .button, .page-id-1229 .mec-fes-form #mec_reg_form_field_types .button, .page-id-1229 .mec-fes-form .html-active .switch-html, .page-id-1229 .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:before, .page-id-1229 .mec-fes-form .mec-form-row .button:not(.wp-color-result), .page-id-1229 .mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small, .page-id-1229 .mec-fes-form .mec-meta-box-fields h4, .page-id-1229 .mec-fes-form .mec-meta-box-fields h4 label, .page-id-1229 .mec-fes-form .mec-title span.mec-dashicons, .page-id-1229 .mec-fes-form .tmce-active .switch-tmce,  .page-id-1229 .mec-fes-form .wp-editor-tabs .wp-switch-editor:active, .page-id-1229 .mec-fes-form input[type=file], .page-id-1229 .mec-fes-list .mec-form-row .button, .page-id-1229 .mec-fes-list ul li a:hover {
    color: #415A92 !important;
}

.page-id-1229 .mec-fes-form #mec-event-data input[type=date],
.page-id-1229 .mec-fes-form #mec_bfixed_form_field_types .button,
.page-id-1229 .mec-fes-form #mec_bfixed_form_fields input[type=checkbox],
.page-id-1229 .mec-fes-form #mec_bfixed_form_fields input[type=radio],
.page-id-1229 .mec-fes-form #mec_reg_form_field_types .button,
.page-id-1229 .mec-fes-form #mec_reg_form_fields input[type=checkbox],
.page-id-1229 .mec-fes-form #mec_reg_form_fields input[type=radio],
.page-id-1229 .mec-fes-form .mce-tinymce.mce-container.mce-panel,
.page-id-1229 .mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox,
.page-id-1229 .mec-fes-form .mec-meta-box-fields,
.page-id-1229 .mec-fes-form .quicktags-toolbar,
.page-id-1229 .mec-fes-form .wp-editor-tabs .wp-switch-editor,
.page-id-1229 .mec-fes-form div.mce-toolbar-grp,
.page-id-1229 .mec-fes-form input[type=checkbox],
.page-id-1229 .mec-fes-form input[type=email],
.page-id-1229 .mec-fes-form input[type=number],
.page-id-1229 .mec-fes-form input[type=password],
.page-id-1229 .mec-fes-form input[type=radio],
.page-id-1229 .mec-fes-form input[type=tel],
.page-id-1229 .mec-fes-form input[type=text],
.page-id-1229 .mec-fes-form input[type=url],
.page-id-1229 .mec-fes-form select,
.page-id-1229 .mec-fes-form textarea,
.page-id-1229 .mec-fes-form ul#mec_bfixed_form_fields li,
.page-id-1229 .mec-fes-form ul#mec_reg_form_fields li,
.page-id-1229 .mec-fes-list input[type=search],
.page-id-1229 .mec-fes-list select,
.page-id-1229 .mec-fes-list ul li {
    border-color: #415a9230 !important;
}

.page-id-1229 .mec-fes-form .mec-meta-box-fields h4,
.page-id-1229 .mec-fes-form .quicktags-toolbar,
.page-id-1229 .mec-fes-form div.mce-toolbar-grp {
    background: #415a9221 !important;
}


.page-id-1229 .mec-fes-form .quicktags-toolbar,
.page-id-1229 .mec-fes-form div.mce-toolbar-grp {
    box-shadow: none !important;
}

.page-id-1229 #wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button .mce-ico {
    color: #415A92 !important;
}

.page-id-1229 .mec-fes-form textarea:focus {
    border-color: #ab035c !important;
}

.page-id-1229 .mec-fes-form .mec-form-row .button:not(.wp-color-result),
.page-id-1229 .mec-fes-list .mec-form-row .button {
    border-color: #415a9230 !important;
}

.page-id-1229 .mec-fes-form .mec-tooltip .dashicons-before:before {
    color: #415A92 !important;
}

.page-id-1229 .mec-fes-form #mec_bfixed_form_fields input[type=checkbox]:checked,
.page-id-1229 .mec-fes-form #mec_bfixed_form_fields input[type=radio]:checked,
.page-id-1229 .mec-fes-form #mec_reg_form_fields input[type=checkbox]:checked,
.page-id-1229 .mec-fes-form #mec_reg_form_fields input[type=radio]:checked,
.page-id-1229 .mec-fes-form .mec-form-row input[type=checkbox]:checked,
.page-id-1229 .mec-fes-form .mec-form-row input[type=radio]:checked {
    border-color: #415A92 !important;
    background: #415A92 !important;
}

.page-id-1229 .mec-fes-form #mec-advanced-wraper div:first-child>ul {
    border: 1px solid #415a9230 !important;
}

.page-id-1229 #mec-advanced-wraper div:first-child>ul>li {
    border-right: 1px solid #415a9230 !important;
}

.page-id-1229 .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover {
    background: #415A92 !important;
    border: 1px solid #415a92 !important;
    color: #fff !important;
}

.page-id-1229 .mec-fes-form h5.mec-title {
    border-bottom: 1px solid #415a9230 !important;
}

.page-id-1229 .mec-fes-form select:focus {
    border-color: #ab035c !important;
}

.page-id-1229 .mec-fes-form .select2-container {
    border: 1px solid #415a9230 !important;
}

.page-id-1229 .mec-form-row p.description,
.page-id-1229 .mec-form-row span.description {
    margin-bottom: 5px !important;
}

.page-id-1229 .mec-fes-form .description {
    margin-bottom: 5px !important;
}

.page-id-1229 .mec-fes-form div.mce-statusbar {
    border-top-color: #415a9230 !important;
}

.page-id-1229 .mec-fes-form button[type=submit].mec-fes-sub-button {
    background: #415A92 !important;
    box-shadow: none !important;
}

.page-id-1229 .mec-fes-form input[type=file] {
    border-color: #415a9230 !important;
}

.page-id-1229 .mec-fes-form .tmce-active .switch-tmce {
    background: #415a9221 !important;
}

.page-id-1229 .mec-fes-form .html-active .switch-html {
    background: #415a9221 !important;
}

.page-id-1229 .mec-fes-form .mec-fes-tags textarea {
    width: 100% !important;
}

@media only screen and (max-width:767px) {
    .page-id-1229 #mec-advanced-wraper div:first-child>ul>li {
        width: 53px !important;
        margin: 0 1px 0 0 !important;
    }

    .page-id-1229 #mec-advanced-wraper div:first-child>ul * {
        padding-left: 0.3rem !important;
        margin: 0 !important;
    }

    .page-id-1229 #mec-advanced-wraper div:first-child>ul>ul>li {
        padding: 2px 3px !important;
    }
    .page-id-1229 .mec-fes-form-top-actions a {
        font-size: 18px;
    }
}


.page-id-1229 .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover,
.page-id-1229 .mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small:hover {
    color: #fff !important;
}
.single-mec-events .mec-single-event{
	margin-top:70px;
}
.single-mec-events .header-section{
	    margin-bottom: 10px !important;
}
.story-col .csm_number{
	        font-size: 28px !important;
    font-weight: 300;
    font-family: var(--ff-primary);
    padding-bottom: 0;
    display: inline-block;
    color: var(--SecondaryColor);
    border: 1px solid var(--SecondaryColor);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    align-items: center;
    padding-top: 10px;
    justify-content: center;
    text-align: center;
}
.story-col h3.story-title{
	    display: inline-block;
    margin-left: 8px;
}
.story-col a {
    color: #ab035c !important;
}
@media only screen and (max-width:1200px){
	.story-section .story-wrapper .story-title{
		    font-size: 22px;
	}
	.story-col .csm_number{
		    font-size: 22px !important;
		    width: 32px;
    height: 32px;
    padding-top: 6px;
}
}
@media only screen and (max-width: 991px) {
    .story-section .story-wrapper .story-title {
        font-size: 19px;
    }
	.story-section .story-col{
		    padding: 18px;
	}
	    .story-col .csm_number {
        font-size: 18px !important;
        width: 25px;
        height: 25px;
        padding-top: 2px;
    }
}
#normal-slidedown .slidedown-body-message{
	color: black !important;
    font-weight: 500;
    font-size: 18px;
}
#normal-slidedown .align-right{
	    border-color: transparent !important;
}