/* @font-face {
    font-family: Rajdhani;
    src: url('../fonts/Rajdhani-Regular.ttf');
    font-weight: normal;
    }

@font-face {
    font-family: Raleway;
    src: url('../fonts/Raleway-Regular.ttf');
    font-weight: normal;
    } */
    .site-header {
    /* max-width: var(--responsive--alignwide-width); */
    /* max-width: min(calc(110vw - 8 * 25px ), 1260px); */
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    }
    /* .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
        color: #faca07;
    } */
    .primary-menu-container a {
        color: #fff;
    }
    .primary-navigation a:hover {
        color: #faca07;
    }
    img{
        width: 100%;
    }
h1, h2, h3, h4, h5, h6{
    font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}
a, p, span, ul li, ol li{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
/* ul{
    margin: 0;
    padding: 0;
} */
.m-top-50{
    margin-top: 50px;
}
.m-top-30{
    margin-top: 30px;
}
.m-bottom-30{
    margin-bottom: 30px;
}

/* .main_header_area{
    padding: 10px 0;
}
.main_header_area.sticky{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
} */
.custom-logo-link .custom-logo{
	max-width: 300px;
	height: auto;
    width: 100%;
}
.error-page, .dark-bg{
    background-color: #000;
}
.transparent-menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.fadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* .slide-bg-image{
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none !important;
}

.swiper-slider-hero .swiper-button-prev, .swiper-slider-hero .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    background-color: rgba(255,255,255,0.5);
    color: #fff;
    transition-duration: 500ms;
    opacity: 0.5;
}
.swiper-slider-hero .swiper-button-prev:hover, .swiper-slider-hero .swiper-button-next:hover{
    opacity: 1;
    background: #DAA548;
}

.swiper-slider-hero .title-heading{
    color: #fff;
}

@media (min-width: 320px) and (max-width: 767px){
    .swiper-slider-hero .swiper-button-next, .swiper-slider-hero .swiper-button-prev{
        display: none !important;
    }
}

.carousel-container{
    width: 100%;
    height: auto;
}

.home-secondary-slider .swiper-slide .slide-inner {
    height: 52vh;
  }
.home-secondary-slider .swiper-slide .slide-inner .trainer{
	position: absolute;
	bottom: 0;
	left: 20px;
}
.title-heading .title-line-1, .title-heading .title-line-2{
    opacity: 0;
    transition: all 2s;
    position: relative;
    z-index: 0;
}
.swiper-slide-active .title-heading .title-line-1, .swiper-slide-active .title-heading .title-line-2{
    animation-delay: 1s;
}
.swiper-slide-active .title-heading .title-line-1, .swiper-slide-active .title-heading .title-line-2{
    animation: content_moving;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
} */
.default-button{
    background-color: #DAA548;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 15px;
    text-transform: uppercase;
/*     font-size: 16px; */
    padding: 10px 20px;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.09375rem;
}
.default-button:hover, .default-button:focus,.default-button:active,:not(.btn-check)+.btn:active {
    background-color: #000000;
    color: #fff;
/*     border: none; */
}
/* .section_heading h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #04071D;
    margin-bottom: 15px !important;
} */

.luxury-box p{
font-size: 18px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.05em;
color: #000000;
}
@keyframes content_moving{
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
/* @keyframes fadeInUp{
    0%{
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
} */
:where(.wp-block-group.has-background){
    padding: 0 0.873em;
}
.section_padding_100_0{
    padding-top: 100px;
}
.section_padding_0_70{
    padding-bottom: 70px;
}
.section_paddingleftright_0{
    padding-left: 0;
    padding-right: 0;
}
.evolution-bg{
    padding-bottom: 350px !important ;
}
.section_padding_100_70{
    padding-top: 100px;
    padding-bottom: 70px;
}
.section_padding_100{
    padding-top: 100px;
    padding-bottom: 50px;
}
.section_padding_20_50{
    padding-top: 0.5em;
    padding-bottom: 1em;
}
.section_padding_50_50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_padding_0_100{
    padding: 0 0 100px;
}
.section_heading h4{
	font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}
    
.on-land-bg{
    background: #22232E;
}
.benefits-bg{
    background: #F9F9F9;
    padding: 30px 30px;
}
.shape{
    background-image: url(../images/shape.png);
    height: 60px;
    background-repeat: no-repeat;
    background-position: right;
}
.video-box{
    position: relative;
    margin-top: -250px;
}
.video-area{
    position: relative;
    z-index: 1;
}
.video_play_area{
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
}
.video_play_area .video_btn i {
    color: #000;
    font-size: 30px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    padding-left: 5px;
}
.video_play_area .video_btn i:hover{
    background-color: #DAA548;
    color: #fff;
}
.cool_fact_text{
    color: #fff;
    margin-bottom: 30px;
	text-align: start;
}
.cool_fact_text h5{
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
.cool_fact_text h2{
    font-size: 64px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 10px;
}
.cool_fact_text h3{
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .video-box{
        margin-top: -50px;
    }
    .section_padding_100_70, .evolution-bg{
        padding: 50px 0 20px !important;
    }
	.vh-100{
		height: 50vh !important;
	}
	.height-600{
		height: 390px!important;
	}
    .landing_page_height{
        height: 720px !important;
    }
	.section_padding_50{
    padding-top: 50px !important;
	padding-bottom: 50px !important;
	}
	.section_padding_100_0{
		padding-top: 50px;
	}
	.section_heading h2.mb-30-50{
    margin-top: 0px !important;
    margin-bottom: 5px !important;
	}
	.video-contactbtn{
		justify-content: start !important;
	}
	.copy-link{
        padding-bottom: 20px;
        padding-top: 20px;
    }
	.mt-mobile-5{
		margin-top: 3rem;
	}
	.mob-d-none{
		display: none;
	}
	.mob-order-1{
		order: 1;
	    -webkit-order: 1;
	}
	.mob-order-2{
		order: 2;
	    -webkit-order: 2;
	}
	#faqtab .accordion-header{
	line-height: 25px !important;
	}
}

.on-water-bg{
    background: #f4f8fa;
}
.luxury-box h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
/* .luxury-box h2{
font-size: 40px;
font-weight: 400;
line-height: 50px;
color: #04071D;
margin-bottom: 10px;
} */
/* .luxury-box h5{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway',sans-serif;
    margin-bottom: 10px;
} */
.business-for-text h4{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* .business-for-text h3{
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
} */
.business-for-text p{
    font-family: 'Raleway',sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
}
.trainer h4{
    color: #fff;
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 0px;
}
.trainer p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0px !important;
}
.cmb-bg{
    background: #F4F5F9;
}

.business-for-text ul{
    padding-top: 10px;
    margin-top: 10px;
}
.business-for-text ul li{
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #A7A3A3;
    margin-bottom: 6px;
}
.business-for-text ul li:before{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    color: #000;
    top: 0px;
    left: 0px;
}
.leaders-Program-bg{
    background-color: #E1CFAC;
}
.young-content{
    padding: 40px 40px;
}
.table > :not(caption) > * > *{
    padding: 0.9rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.sdata{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}
.form-control{
    display: block;
    width: 100%;
    padding: 0.8rem 0.85rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-bg{
    background: #FFF8EB;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-bg{
    background: #22232e;
}
.footer-black-bg{
    background: #000000;
}
.footer_area{
    position: relative;
    z-index: 1;
}
.p-top-50{
    padding-top: 50px;
}
.bottom-footer{
    padding-bottom: 20px;
    padding-top: 20px;
}
.bottom-footer p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #CBCBCB;
    font-family: 'Rajdhani', sans-serif;
}
.copy-link h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
}
.copy-link h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    font-family: 'Raleway', sans-serif;
}
.address-text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
.address-text p a{
    color: #fff;
}
.address-text p a:hover{
    text-decoration: underline;
    color: #DAA548;
}
.socila-icon{
    position: relative;
    gap: 20px;
}
.bottom-top{
    border-top: 1px solid #534326;
}
.powered-by p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #CBCBCB;
}
#scrollUp{
    background-color: #111;
    border-radius: 3px;
    bottom: 30px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99999;
}
.social-icon a{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
.main_banner{
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome_area{
    position: relative;
    z-index: 1;
    overflow: visible;
}
.height-600{
    height: 600px;
}
.height-320{
	height: 320px !important;
}
.height-106{
	height: 106px !important;
}
.welcome_text span{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.welcome_text h1{
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
}

.welcome_text h1 span{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

/* .btn{
    font-size: 16px;
    font-weight: 500;
} */
.section_padding_50{
    padding-top: 100px;
	padding-bottom: 100px;
}
.background-overlay:before{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.2);
}
.ex-services-box{
    padding: 20px;
    min-height: 320px;
}
.ex-services-box2{
    padding: 20px;
    min-height: 300px;
}
.ex-services-box h4{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
.ex-services-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.exclisve-container .app_screenshots_slide a.btn{
    position: absolute;
    bottom: 25px;
}
.app_screenshots_slide{
    background: #fff;
}
.home-secondary-slider .swiper-button-prev, .home-secondary-slider .swiper-button-next{
    background-color: #DAA548;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 32px;
	width: 32px;
}
.home-secondary-slider i.bi{
    font-size: 18px;
}   
.swiper-exclsive .swiper-button-prev, .swiper-exclsive .swiper-button-next{
    background-color: #C89601;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-secondary-slider .swiper-controls, .swiper-exclsive .swiper-controls{
    position: absolute;
    top: 32px;
    right: 65px;
    
}
.home-secondary-slider .swiper-button-next, .swiper-exclsive .swiper-button-next{
    right: 1vh;
}
.home-secondary-slider .swiper-button-prev, .swiper-exclsive .swiper-button-prev{
    left: 1vh;
}
.mb-15{
    margin-bottom: 15px !important;
}
.pb-50-100{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb_100{
    padding-bottom: 100px;
}
.section_heading h2.mb-30-50{
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}
.description{
    position: relative;
}
.description .plan-box h4{
    font-size: 40px !important;
}
.description .buy_now a{
    position: absolute;
    bottom: 0;
    left: 0;
}
.description ul li{
    padding-bottom: 10px;
    padding-left: 5px;
}
.description ul{
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.has-extra-large-font-size{
    font-size: 40px !important;
}
/* .small{
    font-size: 14px;
    padding: 10px 15px;
} */
.on-complimentry-bg{
    background: #E2E2E2;
}
/* .affiliated_club_member_slide.swiper-slide-next  + .swiper-slide{
    background-color: rgba(102,30,253,0.07);
} */
/* .affiliated-carousel .owl-item.active{
    background-color: rgba(102,30,253,0.07);
} */
.affiliated-carousel .owl-item.cloned.active, .affiliated-carousel .owl-item.active{
    background-color: rgba(200,150,1,0.07);
}
/* .affiliated-carousel .owl-item.cloned{
    background-color: #fff;
}
.affiliated_club_member_slide.swiper-slide-next{
    background-color: #fff;
}
.affiliated_club_member_slide.swiper-slide-active{
    background-color: rgba(200,150,1,0.07);
} */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.custom-footer h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    color: #010101;
    margin-bottom: 15px;
}
.custom-footer h5{
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.custom-footer .heading_section{
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.custom-footer .contact_from .form-control {
    font-weight: 500;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.8);
    font-family: 'Rajdhani', sans-serif;
}

.custom-footer .contact_from .form-control::placeholder {
    color: #000;
    font-weight: 500;
    opacity: 1;
  }
  
.custom-footer .contact_from .form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500;
  }

.custom-footer .default-button, .landing-page .default-button {
    background-color: #C89601;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'rajdhani';
    padding: 10px 20px;
}
.custom-footer .default-button:hover, .custom-footer .default-button:focus, .landing-page .default-button:hover, .landing-page .default-button:focus{
    background-color: #F9BB02;
    color: #fff;
    border-color: #F9BB02;
}
.landing-page .default-button.btn{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
}
.custom-footer input, .custom-footer textarea, .custom-footer select{
    margin: 0 0 15px 0;
}
.landing-page .welcome_text_landing_page h1{
    font-size: 60px;
    font-weight: 800;
    line-height: 65px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}
.landing-page .welcome_text_landing_page h3{
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}
.landing-page p, .landing-page span{
    font-family: 'rajdhani', sans-serif;
}
.landing-page .welcome_text_landing_page p{
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}
.landing-page .welcome_text_landing_page p span{
    font-size: 30px;
    font-weight: 700;
    /* color: rgb(255, 255, 255); */
}
.white-border-line{
    color: rgb(255, 255, 255);
    opacity: 0.65;
}
.landing-page .welcome_text_landing_page h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(218, 165, 72);
}
.landing-page .welcome_text_landing_page h4 span{
    font-weight: 700;
}
.landing-page .welcome_text_landing_page h5{
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(255, 255, 255);
}
.landing-page .section_heading h4{
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: rgb(200, 150, 1);
}
.landing-page .section_heading h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    color: rgb(1, 1, 1);
    margin-bottom: 15px;
}
.landing-page .section_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(0, 0, 0);
}
.flex-row .euqal-height{
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.description-b{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    font-family: 'rajdhani';
}
.p-bottom-15{
    padding-bottom: 15px;
}
.agenda{
    padding-left: 20px;
}
.border-left{
    border-left: 1px solid #e5e5e5;
}
.description-b table tbody tr th p{
    font-weight: 700 !important;
    margin-bottom: 0;
}
.landing-page .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
}
.black-button a{
    font-size: 14px;
    font-family: 'rajdhani';
}
.black-button a:hover, .black-button a:focus{
    background-color: #F9BB02 !important;
    color: #fff;
    border-color: #F9BB02 !important;
}
.section_heading p span{
    font-weight: 700;
}
.landing-slider h2{
    font-weight: 600;
    line-height: 45px;
    color: #010101;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .welcome_text h1{
        font-size: 30px;
        line-height: 40px;
    }
    .section_heading h2{
        font-size: 34px;
        line-height: 40px;
    }
    .luxury-box h2{
        font-size: 30px;
        line-height: 40px;
    }
    .young-content{
        padding: 50px 20px;
    }
    .section_padding_100{
        padding-top: 50px;
        padding-bottom: 50px;
    }
	
.event-details-para{
	font-family: 'Rajdhani', sans-serif;
}
select.form-select.form-control{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	cursor: pointer;
}

.mb_75{
    margin-bottom: 75px !important;
}
.app_screenshots_slide .ex-services-box .default-button{
    position: absolute;
    bottom: 20px;
}

.contact_input_area button{
/*     font-weight: 300; */
    font-family: 'Raleway', sans-serif;
}
.mt_pt_80{
    padding-top: 2.2rem;
    margin-top: 2rem;
}
.affiliated-box{
    position: relative;
}
.tranquil-box{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.tranquil-box h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
}
.tranquil-box .default-button:hover, .tranquil-box .default-button:focus {
    border: 1px solid #DAA548 !important;
}
.accordion-header .accordion-button{
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	gap: 5px;
}
.accordion-body.all-section-content p, .accordion-body.all-section-content ul li{
	font-weight: 400;
    font-size: 18px;
    line-height: 1.9rem;
}
#faqtab .accordion-header{
	line-height: 40px;
}
#faqtab .accordion-item{
	border-bottom: 1px solid #ccc;
}
.pagination a {
  float: left;
  font-size: 14px;
  font-weight: 800;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  color: #2b303b;
  border: 1px solid #dbdbdb;
    border-left-width: 1px;
  border-left-width: 0;
  background: #fff;
}
.pagination li a {
  text-decoration: none;
}
.pagination li {
  display: inline;
}
.pagination li {
  margin: auto 2px;
}
.pagination {
  line-height: 20px;
  font-size: 13px;
}
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination .active a {
  background: #d4103a !important;
  border-color: #d4103a !important;
  cursor: not-allowed;
}
.pagination li:last-child a {
  border-radius: 5px 30px 30px 5px;
}
.pagination li a:hover {
  color: #fff !important;
  background: #d4103a !important;
  border-color: #d4103a !important;
}
.blog-post {
	background-color:#fff;
}
.blog-box{
	padding: 40px 20px;
}
.bottom_left_10_20{
	bottom: 10%;
	left: 20%;
}

	.experienaction-bg {
  background: #22232E;
}
	


