/*
*
* This is Divi Child Theme Developer Css File
*
*/
.transformation-listing ul {
	padding:0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 30px !important;
	list-style:none;
}
.transformation-listing ul li {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 40px;
	padding-left:35px;
    position: relative;
}
.transformation-listing ul li:before{
	position:absolute;
	top:50%;
	content:"";
	left:0;
	width:25px;
	height:25px;
	background-image:url('/wp-content/uploads/2025/01/tick-mark.png');
	background-repeat:no-repeat;
	background-position:center;
	transform: translateY(-50%);
	
}
.certificationlist{display: flex; justify-content: center; flex-wrap: wrap; padding: 40px 30px 0 !important; list-style:none !important; margin: 0 -15px !important;}
.certificationlist li{width: 33.33%; padding: 0 15px 30px;}
.certificationbox{height: 100%; padding: 60px 20px 30px; border-radius: 10px;}
.certificationbox h3{font-size: 40px; line-height: 50px; font-weight: 900; margin: 0 0 10px; color:#000;padding-bottom:0 !important;}
.certificationbox p{font-size: 16px; line-height: 26px; margin: 0 0 25px; color:#000; padding-bottom:0 !important;}
.certificationbox .btn{font-size: 16px; font-weight: 500; padding: 12px 20px; min-width: 150px; display:flex; align-items:center; justify-content:center; width: fit-content; }
.certificationbox .btn-outline::before{background-color: #000000;}
.certificationlist li:nth-child(1) .certificationbox{background:#E6E6E6 url("/wp-content/uploads/2025/01/certificationboxbg-1.png") no-repeat center;     background-size: cover;}
.certificationlist li:nth-child(2) .certificationbox{background:#F4F4F4 url("/wp-content/uploads/2025/01/certificationboxbg-2.png") no-repeat center;     background-size: cover;}
.certificationlist li:nth-child(3) .certificationbox{background:#FF6839 url("/wp-content/uploads/2025/01/certificationboxbg-3.png") no-repeat center bottom;     background-size: cover;}

.certification-tabs{
	margin-top:25px;
}
.certification-tabs>ul{
	background:transparent;
	display: flex;
    justify-content: center;
    align-items: center;
}
.certification-tabs>ul>li{
	border-radius: 30px;
	border: 1px solid #b4b4b4 !important;
}
.certification-tabs>ul>li.et_pb_tab_active{
	border-color:#ff5733 !important;
}
.certification-tabs>ul>li:not(:last-child){
	margin-right:25px;
}
.certification-tabs>ul>li>a{
	padding: 14px 39px;
}
.refer-row{
	align-items:center !important;
	justify-content:center !important;
}
.refer-row p{
	font-family: "Raleway", serif;
}
.refer-row .btn.btn-outline {
    background-color: #fff;
    color: #000;
    min-width: 200px;
}
.refer-row .btn.btn-outline:hover{
	background-color:#000;
	color:#fff !important;
}

.event-list-page article {
	border: 1px solid #C4C4C4;
    border-radius: 25px;
    padding: 14px 15px 30px;
	margin:0 15px;
}
/* .event-list-page .entry-featured-image-url {
    margin: -20px -20px 20px -20px;
} */

.event-list-page article .post-content a.more-link {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #FF5733;
    padding: 13px 22px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    border: 1px solid #FF5733;
    text-transform: capitalize;
	width:fit-content;
	min-width: 150px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.event-list-page article .post-content a.more-link:hover{
	background-color: #fff;
    color: #FF5733;
	border-color: #FF5733;
}
.event-list-page article .post-content a.more-link:hover::before {
    width: 100%;
}
#page-container .event-list-page article .entry-title{
	    font-size: 20px;
    line-height: 25px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 15px;
	padding:0
}
#page-container .event-list-page article .post-content p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #000000;
}
#page-container .event-list-page article  .post-meta .author.vcard{
	position:relative;
	padding-left:20px
}
#page-container .event-list-page article  .post-meta .author.vcard::before{
	position:absolute;
	left:0;
	width:15px;
	height:15px;
	background-image:url(/wp-content/uploads/2025/01/user-icon.svg);
	content:"";
	top:4px;
	background-repeat: no-repeat;
    background-size: contain;
	background-size:contain
}
#page-container .event-list-page article{
	display:flex;
	flex-direction:column;
}
.event-list-page .entry-featured-image-url{
	order:1;
}
.event-list-page .post-meta{
	order:1;
	margin-bottom:0;
}
.event-list-page .entry-title{
	order:3;
}
.event-list-page .post-content{
	order:4;
}
.event-list-page .post-meta .author{
	display:flex;
	align-items:center;
	margin: 0 0 15px;
}
.event-list-page .post-meta .author a{
	    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
}
.academy-main-section{
	max-width:100% !important;
	width:100%;
}
.academy-section{position: relative; padding: 115px 0; overflow: hidden;}
.academy-section:after{position: absolute; content: ""; right:0; top:0; height: 100%; width: 50%; background-color: #FF5733;}
.academy-row{display: flex; align-items:center; justify-content: space-between; flex-wrap: wrap; position: relative; z-index: 1;}
.academy-img{width: 50%; max-width: 850px; margin-right: -130px; margin-left: auto;}
.academy-img figure{background-color: #fafafa; min-height: 488px; width:100%;}
.academy-content{width: 50%; padding:0 0 0 170px;max-width: 720px;margin-left: 0;margin-right: auto;}
.academy-content h2{font-size: 40px; line-height: 60px; color: #FFFFFF; font-weight: 300; margin: 0 0 30px;}
.academy-content h2 strong{font-weight: 700;}
.academy-content p{font-size: 16px; line-height: 22px; color: #FFFFFF; font-weight: 400; margin: 0 0 30px;}
.academy-content p:last-child{margin-bottom: 0;}



.accreditation-main-section{
	max-width:100% !important;
	width:100% !important;
}
.accreditation-section{max-width: 1920px; margin: auto; padding: 130px 0; background-color: #F4F4F4; position: relative; overflow: hidden;}
.accreditation-row{position: relative; left: 50%; margin-left: -720px; display: flex;}
.accreditation-content{width: 545px; padding-right: 40px;}
.accreditation-content h2{margin: 0 0 18px; font-size: 50px; font-weight: 300; line-height: 60px; padding-bottom:0; color:#000;}
.accreditation-content h2 strong{font-weight: 700;}
.accreditation-content p{font-size: 16px; line-height: 19px; margin:0 0 25px; color:#000; padding-bottom:0;}
.slider-section{width:59%;}
.slider-section .owl-carousel .owl-stage{padding-left:0 !important;}
.company-slide figure{border: 1px solid #C9C9C9; background-color: #ffffff; border-radius: 32px; text-align: center; padding: 28px 25px; display: flex; align-items: center; justify-content: center;}
.company-slide figure img{margin: auto; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;  -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.company-slide figure:hover img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.company-slider .slick-track{
	margin:0 -12px;
}
.company-slider .slick-track .item{
	padding:0 12px;
}
.accreditation-content .btn-wrap{
	margin-top:20px;
}
.accreditation-content .btn-wrap button.prev-btn ,.accreditation-content .btn-wrap button.prev-btn2 {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background: #fff url(/wp-content/uploads/2025/01/slider-left-arrow.png) no-repeat center;
	margin-right:10px;
}

.accreditation-content .btn-wrap button.next-btn , .accreditation-content .btn-wrap button.next-btn2 {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background: #fff url(/wp-content/uploads/2025/01/slider-right-arrow.png) no-repeat center;
}
.accreditation-row.discount-row{left: auto; right: 50%; margin-left: 0; margin-right: -720px; flex-direction: row-reverse; align-items: center;}
.accreditation-row.discount-row .accreditation-content{width: 545px; padding-right: 0; padding-left: 95px;}

.company-slider2 .slick-track{
	margin:0 -12px;
}
.company-slider2 .slick-track .item{
	padding:0 12px;
}
.slick-dots{display: flex; align-items: center; justify-content: center; margin: 25px 0 0 !important}
.slick-dots li{border:1px solid #C7C7C7; border-radius: 50%; height: 19px; width: 19px; display: flex; align-items: center; justify-content: center; margin: 0 4px;}
.slick-dots li button{background-color: #ffffff; border-radius: 50%; height: 13px; width: 13px; font-size: 0 !important;border:none;}
.slick-dots li.slick-active button{background-color: #fd5234;}

.et-menu.nav>li ul.sub-menu{
	border-top-color:#ff5733 !important;
	width:290px !important;
	padding:10px 0!important;
}
.et-menu.nav>li ul.sub-menu>li{
	padding:0 !important;
	width:100%;
}
.et-menu.nav>li ul.sub-menu>li>a{
	width:100% !important;
	line-height: 22px;
	padding:8px 20px !important;
}
.et-menu.nav>li.nav-last-child ul.sub-menu{
	left: auto !important;
    right: 0;
	width:210px !important;
}
.accreditation-section.becomecoach {
    padding: 80px 0;
}
.mentor-content h2{
	margin-bottom:20px;
}
.mentor-content p{
	padding-bottom:25px !important;
}
.mentor-content p:last-child{
	padding-bottom:0 !important;
}
.master-content h2{
	padding-bottom:10px;
}
.master-content p{
	padding-bottom:0 !important;
}
header{
	position:sticky;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
.align-items-center{
	align-items: center;
	display:flex;
}
.master-right-content{
	min-height: 250px;
}
.master-right-content h3{
	padding-bottom:15px;
}
body:has(.mobile_nav.opened){
    overflow: hidden;
}

.program-listing{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}
.program-listing .et_pb_column{
	width:100% !important;
}
/* .program-listing .et_pb_column:last-child{
	width:33.33% !important;
	margin-right:0 !important;
} */
.program-listing .et_pb_column .et_pb_module{
	margin:0 !important;
	height:100%;
}
.program-listing .et_pb_column .et_pb_module>div{
	height:100%;
}
.program-listing .et_pb_column:first-child .et_pb_module>div{
	height:100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.program-listing .et_pb_column .first-box h3{
	padding-bottom:20px !important;
}
.program-listing .et_pb_column .first-box p{
	padding-bottom:20px !important;
}
.program-listing ul {
	padding:0;
    margin: 20px 0 0 !important;
	list-style:none;
}
.program-listing ul li {

    font-size: 16px;
    line-height: 19px;
    margin: 0 0 30px;
	padding-left:35px;
    position: relative;
	color:#000;
}
.program-listing ul li strong{
    display: block;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 5px;
	color:#000;
}
.program-listing ul li br{
	display:none;
}
.program-listing ul li:before{
	position:absolute;
	top:0;
	content:"";
	left:0;
	width:25px;
	height:25px;
	background-image:url('/wp-content/uploads/2025/01/tick-mark.png');
	background-repeat:no-repeat;
	background-position:center;	
}

.future-section{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 46px;
	margin-top:30px ;
}
.future-section .et_pb_column{
	width:100% !important;
	height:100%;
}
.future-section .et_pb_column .list-2 p{
	padding-bottom:5px;
}
.future-section .et_pb_main_blurb_image{
	text-align:left;
	margin-bottom:20px;
}
.future-section .et_pb_column h4{
	padding-bottom:20px;
}
.why-join-online .future-section .et_pb_column h4{
	font-size:20px!important
}
.future-section .et_pb_column p{
	padding-bottom:24px;
}
.future-section .et_pb_column .et_pb_blurb_description a{
	color:#ff5733;
	text-decoration:underline;
}
.faq-section{
	max-width:1000px !important;
	margin-top:40px;
	
}
.faq-section .et_pb_accordion{
    border: 1px solid #C9C9C9;
    border-radius: 20px;
    overflow: hidden;
}
.faq-section .et_pb_accordion .et_pb_accordion_item{
	border: none;
	margin-bottom:0;
	background-color: #fff;
}
.faq-section .et_pb_accordion .et_pb_accordion_item:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.faq-section .et_pb_accordion .et_pb_accordion_item .et_pb_toggle_title:before{
	background-image:url("/wp-content/uploads/2025/01/faq-arrow-down.svg");
	background-position:center top;
	background-repeat:no-repeat;
	font-size: 0;
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
    background-size: 100%;
	position:absolute !important;
	top: 50%;
    transform: translateY(-50%);
	transition:all 0.3s ease-in-out;
}
.faq-section .et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before{
	background-image:url("/wp-content/uploads/2025/01/faq-arrow-up.svg");
	display:block !important;
}
.faq-section .et_pb_accordion .et_pb_toggle_content {
	padding-top:28px;
}
.faq-section .et_pb_accordion .et_pb_toggle_content p{
	font-size: 16px;
    line-height: 23px;
    color: #000;
}
.big-btn{
	min-width:409px !important;
}
.why-join-online .future-section .et_pb_column p:last-child{
	padding-bottom:0
}
@media(max-width:1439px){
	.home-banner-section .et_pb_text_inner h1{
		font-size:90px !important;
		line-height:100px !important;
	}
.accreditation-row {
    margin-left: -564px;
	}
	.accreditation-row.discount-row{
		margin-right: -564px;
	}
	.academy-img {
    max-width: 660px;
    margin-right: -90px;
	}
	.academy-content {
    padding: 0 0 0 120px;
    max-width: 564px;
	}
	.certificationbox h3 {
    font-size: 30px;
    line-height: 40px;
	}
	.certificationbox p {
    font-size: 20px;
    line-height: 26px;
	}
	.program-listing .et_pb_text_inner h3{
		font-size: 25px !important;
        line-height: 30px !important;
	}
	.program-listing .et_pb_column .first-box h3{
		font-size:46px;
	}
	.program-listing{
		gap:24px;
	}
	.program-listing ul li strong{
		font-size:20px;
	}
	.future-section{
		gap:24px;
	}
	.future-section .et_pb_column h4 {
		font-size: 33px !important;
	}
}
@media(max-width:1199px){
	.academy-section{padding: 70px 0 0 0;}
.academy-section::after {display: none;}
.academy-img{width: 100%;}
.academy-img figure{margin-right: 0; min-height: inherit;}
.academy-content{width: 100%; padding: 30px 25px; background-color: #FF5733; max-width:100% !important;}
	div.academy-main-section.et_pb_row {
    width: calc(100% - 30px) !important;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
	.academy-img {
		max-width: 100%;
		margin-right: 0;
	}
	.accreditation-row {
    position: relative;
    left: 0;
    margin-left: 0;
    flex-wrap: wrap;
	}
	.accreditation-content {
	width: 100%;
    padding-right: 0;
    max-width: 980px;
    margin:0 auto 40px;
    text-align: center;
	}
	.slider-section {
    width: 100%;
	}
	    .accreditation-row.discount-row {
        margin-right: 0;
        right: 0;
    }
	.accreditation-row.discount-row .accreditation-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
	.company-slider2 .slick-track , .company-slider .slick-track{
		margin:0 auto
	}
	.home-banner-section .et_pb_text_inner h1{
        font-size: 50px !important;
        line-height: 60px !important;
    }
	.transformation-section .et_pb_text_inner h2{
    font-size: 50px !important;
    line-height: 65px !important;
	}
	.accreditation-section{
		padding:60px 0 ;
	}
	.et_pb_text_inner h2{
        font-size: 35px !important;
        line-height: 45px !important;
	}
	.certificationlist{padding: 40px 0 0 !important;}
.certificationlist li{width: 100%; padding: 0 15px 30px;}
.certificationbox h3{font-size: 30px; line-height: 34px;}
.certificationbox h3 br{display: none;}
.certificationbox p{font-size: 20px; line-height: 26px;}
	.heading h2 {
        font-size: 36px;
        line-height: 40px;
    }
	.xl-banner{
		min-height:590px !important;
	}
	.page-banner .et_pb_text_inner h1{
		font-size:40px !important;
	}
	.program-listing .et_pb_column .et_pb_module {
        padding: 30px 20px !important;
	}
	.program-listing .et_pb_column .et_pb_module.first-box{
		padding: 0 !important;
	}
	.program-listing .et_pb_text_inner h3 {
        font-size: 29px;
    }
	.program-listing .et_pb_column .first-box h3 {
		font-size: 40px;
    }
	.program-listing .et_pb_column .first-box p {
		font-size: 17px;
    }
	.program-listing ul li strong {
		font-size: 17px;
		line-height: 24px;
    }
	.future-section .et_pb_column h4 {
        font-size: 25px !important;
		line-height:35px !important;
    }
	.professional-list > li{width: 50%; padding: 0 10px 20px 10px;}
	    .coursebox h3 {
        min-height: inherit;
    }
}
@media(max-width:980px){
	    .home-banner-section .et_pb_text_inner h1 {
        font-size: 55px !important;
        line-height: 65px !important;
    }
	    .transformation-section .et_pb_text_inner h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
	.transformation-section .et_pb_text_inner p {
		font-size: 16px !important;
        line-height: 24px !important;
        }
	.transformation-section ul li{padding: 10px 12px 10px 35px; width: auto; position: relative;}
	.transformation-listing ul li{
		margin:0 0px 10px ;
	}
	.accreditation-section {
        padding: 40px 0;
    }
	.academy-content h2{font-size: 34px; line-height: 40px; padding-bottom:0; margin-bottom:10px;}
	.et_pb_text_inner h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
	.et_pb_text_inner h2 br{
		display:none;
	}
	    .refer-row {
        text-align: center;
	}
	.et_mobile_menu li li{
		padding:0 !important;	
	}
	.et_mobile_menu li li a{
		padding:10px 30px !important;
	}
	.xl-banner {
		min-height: 400px !important;
    }
	.page-banner{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.page-banner .et_pb_text_inner h1 {
        font-size: 40px !important;
    }
	.mentor-main-section.align-items-center{
		flex-wrap:wrap;
	}
	.program-listing{
		grid-template-columns:repeat(1, 1fr);
	}
	.program-listing .et_pb_column .first-box h3 br{
		display:none;
	}
	.program-listing .et_pb_column {
		margin-bottom: 0 !important;
	}
	.program-listing ul {
    	margin: 6px 0 0 !important;
	}
	.master-coach-section.align-items-center{
		flex-wrap:wrap;
	}
	.master-right-content {
		min-height: auto;
	}
	.future-section{
		grid-template-columns: repeat(1, 1fr);
		margin-top:20px;
	}
	.future-section .et_pb_blurb_content{
		max-width:100% !important;
	}
	.why-join-online .future-section.join-online {
    grid-template-columns: repeat(1, 1fr);
		    gap: 30px;
}
	   .why-join-online  .join-online .et_pb_column{
        padding: 25px 20px 20px!important;
    }
}
@media(max-width:767px){
.home-banner-section .et_pb_text_inner h1 {
        font-size: 30px !important;
        line-height: 30px !important;
		padding-bottom: 0 !important;
    }
	    .transformation-section .et_pb_text_inner h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
	.heading h2 {
        font-size: 30px;
        line-height: 37px;
    }
	    .academy-content h2 {
        font-size: 29px;
        line-height: 37px;
	}
	.et_pb_text_inner h2 {
        font-size: 28px !important;
        line-height: 37px !important;
    }
	.certificationbox {
    padding: 20px 20px 20px;
	}
	    .heading h2 {
        font-size: 28px;
        line-height: 36px;
    }
	.refer-row .et_pb_text_inner p{
		font-size: 15px;
        line-height: 23px;
	}
	.accreditation-content .btn-wrap button.prev-btn, .accreditation-content .btn-wrap button.prev-btn2{
		width:45px;
		height:45px;
	}
		.accreditation-content .btn-wrap button.next-btn, .accreditation-content .btn-wrap button.next-btn2{
		width:45px;
		height:45px;
	}
	#page-container .et_mobile_menu{
		top: 98px !important;
	}
	.page-banner .et_pb_text_inner h1 {
		font-size: 30px !important;
        line-height: 40px;
    }
	.accreditation-section.becomecoach {
		padding: 50px 0;
	}
	.program-listing .et_pb_column .first-box h3 {
        font-size: 30px;
		padding-bottom: 10px !important;
    }
	.program-listing .et_pb_text_inner h3 {
        font-size: 24px;
    }
	.future-section .et_pb_column h4 {
		font-size: 25px !important;
    }
	.big-btn {
		min-width: 100% !important;
	}
	.program-listing .et_pb_column .first-box p {
		font-size: 16px;
    }
	    .coursebox {
        padding: 20px 15px 20px;
    }
	    .professional-list > li {
        width: 100%;
        padding: 0 0px 20px 0px;
    }
	    .coursebox h3 {
        font-size: 20px;
        line-height: 20px;
    }
	    .coursebox h4 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px;
    }
	    .courselist {
        min-height: inherit;
        margin: 0 0 25px;
    }
}
.text-testimonial-slider .slick-track{
	display:flex;
}
	  .text-testimonial-slider .items{
        padding: 0 10px 5px;  
		  height:auto;
      }
      .text-testimonial-slider .inner-wrap{
          border: 1px solid #ddd;
          padding: 40px 30px;
          text-align: center;
          border-radius: 10px;
		  height:100%;
      }
		.text-testimonial-slider .inner-wrap figure{
        width: 110px;
        height: 110px;
		margin: 0 auto 15px;
        border-radius: 50%;
		overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #f5f5f5;
        background-color: #fff;
      }
      .text-testimonial-slider .inner-wrap figure img{
        object-fit: cover;
		  height:100%;
      }
      .text-testimonial-slider .inner-wrap p{
        font-size: 16px;
        font-weight: 400;
		margin-bottom:10px;
      }
      .text-testimonial-slider .inner-wrap h3{
        font-size: 19px;
		  line-height:29px;
        font-weight: 600;
      }
	.schedule-table-box tr td , .schedule-table-box tr th{
		padding:15px 20px;
	}
	.schedule-table-box tr td a{
		color:#fd5234;
		font-weight:500;
	}
	.table-responsive{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}


/* 	form field css */

        .captcha-container {
            margin: 20px auto;
            width: 300px;
            text-align: center;
        }

        .captcha-box {
            font-size: 24px;
            font-weight: bold;
            background-color: #f0f0f0;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            color: #000;
        }

        .captcha-input {
            margin-bottom: 10px;
        }

        .captcha-error {
            color: red;
            display: none;
        }
.captcha-container {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: Arial, sans-serif;
    }

    .captcha {
        font-size: 24px;
        font-weight: bold;
        background-color: #f0f0f0;
        padding: 5px 10px;
        border-radius: 5px;
        user-select: none;
    }

    .icon {
        cursor: pointer;
        font-size: 20px;
        color: #007bff;
    }

    .icon:hover {
        color: #0056b3;
    }

/* 	form field css */
.d-flex{
	display:flex !important;
}
.flex-wrap{
	flex-wrap:wrap !important;
}
.align-items-center{
	align-items:center !important;
}
.mt-0{
	margin-top:0 !important;
}
.form-captcha-field .captcha-container{
	width:30%;
	margin-left: 0;
    margin-right: 0;
}
.form-captcha-field .captcha-input{
	width:30% !important;
	min-width: 150px !important;

}
.text-testimonial-listing{
        display:flex;
        flex-wrap: wrap;
        margin: 0 -10px !important;
      }
          .text-testimonial-listing .items{
              padding: 0 10px 20px;  
              width: 33.33%;
            }
            .text-testimonial-listing .inner-wrap{
                border: 1px solid #ddd;
                padding: 40px 20px;
                text-align: center;
                border-radius: 10px;
				height:100%;
				display: flex;
				flex-direction: column;
            }
          .text-testimonial-listing .inner-wrap figure{
              width: 110px;
              height: 110px;
          margin: 0 auto 15px;
              border-radius: 50%;
          overflow:hidden;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 1px solid #f5f5f5;
              background-color: #fff;
            }
            .text-testimonial-listing .inner-wrap figure img{
              object-fit: cover;
            height:100%;
            }
            .text-testimonial-listing .inner-wrap p{
              font-size: 16px;
              font-weight: 400;
              margin-bottom:20px;
            }
            .text-testimonial-listing .inner-wrap h3{
              font-size: 19px;
            line-height:29px;
              font-weight: 600;
            }
            .text-testimonial-listing .inner-wrap .read-more{
              margin-top: auto;
            }
.multi-tone-bg{
/* 	background: linear-gradient(120deg, #ff5733 0%, #ff5733 50%, #333333 50%, #333333 100%) !important; */
	position:relative;
}
/* .multi-tone-bg:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(120deg, #ff5733 0%, #ff5733 50%, rgba(51, 51, 51, 0.7) 50%, rgba(51, 51, 51, 0.7) 100%) !important;
} */
.bootcamp-left h3{
	padding-bottom:0;
}
.bootcamp-left p{
	max-width:610px;
}
.time-counter-box{
	background: #fff;
    padding: 50px 25px;
	border-radius:15px;
}
.bootcamp-listing.program-listing .et_pb_column:first-child .et_pb_module>div{
	justify-content:start;
}
.offers-left-box ul li{
	font-size:15px;
	font-weight:400;
	margin-bottom:10px;
	color: #666666;
}
.team-coaching.mentor-listing ul{
	margin-top:15px !important;
}
.mentor-certificate-listing ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	
}
.mentor-certificate-listing li{
	width:33.33%;
	padding-right:10px;
	text-align:center;
	line-height:normal;
}
.mentor-certificate-listing li h3{
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:normal;
}
.mentor-certificate-listing li strong{
	font-size:28px;
	font-weight:600;
	color:#ff5733;
}
.mentor-certificate-listing li:not(:last-child){
	padding-right:0;
}
.border-img span{
	border:1px solid #ddd !important;
	border-radius:15px;
	overflow:hidden;
}
.earn-international-section h2{
	padding-bottom: 0;
    margin-bottom: 10px;
}
.bootcamp-join-listing ul{
/* 	display:flex;
	flex-wrap:wrap; */
/* 	margin:0 -10px; */
	display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.bootcamp-join-listing ul li{
	width:100%;
	font-size: 17px;
    font-weight: 500;
    color: #000;
    padding: 20px 15px 20px 40px;
	background:#f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
	position:relative;
	transition:all 0.2s ease-in-out;
}
.bootcamp-join-listing ul li h4{
	padding-bottom:0;
}
.bootcamp-join-listing ul li:hover h4{
	color:#fff;
}
.bootcamp-join-listing ul li:nth-child(even){
	background: rgb(255, 87, 51, 0.1);
    border-color: rgb(255, 87, 51, 0.4);
}
.bootcamp-join-listing ul li:before{
	position:absolute;
	top: 20px;
    left: 10px;
	content:"";
	width:20px;
	height:20px;

	background:url("/wp-content/uploads/2025/01/check-icon-1.svg") no-repeat center;     background-size: 100%;
	transition:all 0.2s ease-in-out;
}
.bootcamp-join-listing ul li:hover:before{
	filter:invert(0) brightness(5) grayscale(1);
}
.bootcamp-join-listing ul li:hover{
	background: rgb(255, 87, 51,1);
    border-color: rgb(255, 87, 51,1);
	color:#fff;
}
.site-moto-listbox .et_pb_main_blurb_image>span{
	background: #fff;
    padding: 15px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.site-moto-listbox .et_pb_main_blurb_image>span img{
	border-radius:0;
	width:65px;
}
.site-moto-listbox .et_pb_blurb_description ul{
	text-align:start;
}
.et_pb_row:has(.site-moto-listbox){
	display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.et_pb_row:has(.site-moto-listbox.last-child){
	grid-template-columns: repeat(1, 1fr);
	
}
.et_pb_row:has(.site-moto-listbox.last-child) .et_pb_main_blurb_image>span{
	margin-left:0;
}
.et_pb_row:has(.site-moto-listbox) .et_pb_column {
	width:100%;
}
.et_pb_row:has(.site-moto-listbox) ul {
	display:flex;
	flex-wrap:wrap;
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px solid #4c4c4c;
}
.et_pb_row:has(.site-moto-listbox) ul li{
	width:50%;
	position:relative;
	padding:0 5px 10px 30px;
}
.et_pb_row:has(.site-moto-listbox) ul li:before{
		position:absolute;
	top: 5px;
    left: 0px;
	content:"";
	width:20px;
	height:20px;
	background:url("/wp-content/uploads/2025/01/check-icon-1.svg") no-repeat center;     background-size: 100%;
	transition:all 0.2s ease-in-out;
}
.about-listing.bootcamp-join-listing ul{
	grid-template-columns: repeat(3, 1fr);
} 
.about-listing.bootcamp-join-listing ul li:before{
	top:25px;
}

.schedule-detail{
        display: flex;
        margin: 50px 0 ;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 25px;
		line-height:normal !important;
      }
      .schedule-detail li{
        text-align: center;
        max-width: 240px;
        min-width: 240px;
      }
      .schedule-detail li .box-inner{
        text-align: center;
        text-align: center;
        min-height: 370px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
      }
      .schedule-detail li:nth-child(even) .box-inner{
        flex-direction: column-reverse;
        /* margin-top: -343px; */
        /* justify-content: flex-start; */
      }
      .schedule-detail li .schedule-dots{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .schedule-detail li .schedule-dots::before{
        position: absolute;
        width: 50%;
        border-bottom: dashed 2px #ccc;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        z-index: -1;
      }
      .schedule-detail li .schedule-dots::after{
        position: absolute;
        width: 50%;
        border-bottom: dashed 2px #ccc;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        z-index: -1;
      }
      .schedule-detail li .schedule-dots span{
        width: 40px;
        height: 40px;
        background-color: #ff5733;
        border-radius: 50%;
        display: block;
        position: relative;
      }
      .schedule-detail li .schedule-dots span::before{
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ff5733;
      }
      .schedule-detail li:nth-child(even) .box-inner .schedule-dots span::before{
        position: absolute;
        top: -7px;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ff5733;
        border-top: 0;
      }
      .schedule-detail li .schedule-data-box{
        padding: 17px 10px;
      }
      .schedule-detail li .schedule-data-box .schedule-data-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: rgb(255 87 51 / 10%) 0px 7px 29px 0px;
        background-color: #fff;
        min-height: 131px;
        background: linear-gradient(90deg, #ff5733 50%, transparent 50%), linear-gradient(90deg, #ff5733 50%, transparent 50%), linear-gradient(0deg, #ff5733 50%, transparent 50%), linear-gradient(0deg, #ff5733 50%, transparent 50%) , #fff;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 10px 3px, 10px 3px, 3px 10px, 3px 10px;
        background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
        /* border-radius: 5px; */
        padding: 10px;
        -webkit-animation: dash 10s linear infinite;
        animation: dash 10s linear infinite;
        padding: 30px 15px ;
      }
      .schedule-detail li .schedule-data-box p{
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 5px;
      }
      .schedule-detail li .schedule-data-box h3{
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
		  padding-bottom:0 !important;
      }
    @-webkit-keyframes dash {
        to {
          background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
        }
    }
    @keyframes dash {
      to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
      }
    }
.container:has(.cstm-blog-listing):before{
	display:none;
}
.cstm-blog-listing{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.cstm-blog-listing li{
	border: 1px solid #ddd;
    padding: 20px;
    border-radius: 15px;
}
.cstm-blog-listing li article{
	margin-bottom:0 !important;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.cstm-blog-listing li .entry-featured-image-url{
	border-radius:15px;
	overflow:hidden;	
	margin-bottom: 20px;
}
.cstm-blog-listing li .entry-title{
	font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    padding:0 0 8px;
	transition:all 0.2s ease-in-out;
}
.cstm-blog-listing li .entry-title:hover {
    color: #ff5733;
}
.cstm-blog-listing li .post-meta{
	padding-bottom:0 !important;
}
.cstm-blog-listing li .description{
	padding-bottom:20px;
	color:#000;
	font-weight:400;
	font-size:16px;
}
.cstm-blog-listing li a{
	margin-top:auto
}

#left-area:has(.cstm-blog-listing){
	width:100%;
	padding-right:0;
}
.pagination{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 40px;
}
.cstm-blog-detail {
	display:flex;
	flex-wrap:wrap;
}
.cstm-blog-detail .left-content{
	width:65% !important ;
	float:none !important;
	padding-right: 30px !important;
    border-right: 1px solid #ddd;
}
.cstm-blog-detail #sidebar:has(.right-content){
	width:35% !important;
	float:none !important;
/* 	position: sticky;
    top: 160px;
    height: 100%; */
}
.container:has(.cstm-blog-detail):before{
	display:none !important ;
}
.cstm-blog-detail .left-content .entry-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
}
.cstm-blog-detail .left-content img{
	border-radius:15px;
	overflow:hidden;
}
.cstm-blog-detail .left-content .entry-content p{
	font-size: 16px;
	font-weight: 400;
	color:#000;
}
.cstm-blog-detail .left-content .entry-content h2{
	font-size: 23px;
	font-weight: 600;
	color:#000;
	padding:20px 0 12px;
}
.cstm-blog-detail .left-content .entry-content a{
	color:#ff5733;
	font-weight:700
}

.related-blog-slider{margin-top:30px; }
.related-blog-slider .slick-track{margin:0 -10px;display: flex;}
.related-blog-slider .slick-track .items{padding:0 10px; height:auto;}
.blogbox{border: 1px solid #C4C4C4; border-radius: 25px; padding: 14px 15px 30px;height: 100%;display: flex;flex-direction: column;}
.blogbox figure{border-radius: 15px; overflow: hidden; margin: 0 0 15px;}
.blogbox figure img{margin: auto; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;  -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.blogbox:hover figure img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.blogbox span.admin{font-size: 16px; color: #999999; display: flex; align-items: center; margin: 0 0 15px;}
.blogbox span.admin img{margin: 0 10px 0 0;}
.blogbox h4{font-size: 20px; line-height: 25px; color: #333333; font-weight: 700; margin: 0 0 15px;}
.blogbox h4 a{color: #333333;}
.blogbox h4:hover a{color: #FD5234;}
.blogbox p{font-size: 16px; line-height: 30px; margin: 0 0 20px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.blogbox .btn-fill{font-weight: 500; min-width: 150px; margin-top:auto;}
.related-blog-section{
	margin:50px 0
}
.related-blog-section .heading{
	font-size:40px;
	font-weight:600;
	color:#000;
	padding-bottom:0
}
.notification-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}
.notification-popup.show{
    opacity: 1;
    visibility: visible;
}
.notification-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    transition: 0.4s all;
}
.notification-popup-overlay.show{
    opacity: 0.6;
    visibility: visible;
}
.notification-popup-inr{
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.notification-popup-body {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
    border-radius: 20px;
    background-color: #fff;
    
}
.brochure-form-section.contact-us-page .form-row .text-column{
	width:100% !important;
}
.brochure-form-section.contact-us-page .form-captcha-field .captcha-container {
    width: 30%;
}
.captcha-input{
	font-size:14px !important;
}
.notification-popup-header{
	margin-bottom:25px;
}
.notification-popup-body .form-wrrapRow input, .notification-popup-body .form-wrrapRow select, .notification-popup-body .form-wrrapRow textarea {
    border: 1px solid #707070;
    background-color: #fff;
    height: 50px;
    width: 100%;
    padding: 0 12px;
    color: #000;
    border-radius: 10px;
    min-width: 90px;
    margin-top: 0;
	font-size:16px;
	margin-top:5px
}
.notification-popup-body .form-wrrapRow textarea {
    height: 90px;
    padding: 20px;
    border-radius: 8px;
}
.notification-popup-body .form-wrrapRow label{
	font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin: 0 0 0;
    color: #000;
	display:block
}
.notification-popup-body .contact-form .wpcf7-spinner{
	display:none
}
.notification-popup-header h2{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.notification-popup-header .header-content{
    font-size: 16px;
    font-weight: 400;
}
.notification-popup-header .reqired-text{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 0;
}

@media(max-width:1440px){
	.cstm-blog-detail .left-content {
	    width: 60% !important;
	}
	.cstm-blog-detail #sidebar:has(.right-content) {
	    width: 40% !important;
	}
}
@media(max-width:980px){
	.text-testimonial-listing .items {
		width: 50%;
	}
	.cstm-blog-listing{
		grid-template-columns: repeat(2, 1fr);
	}
	.cstm-blog-detail .left-content{
		padding-right:0 !important;
		padding-bottom:30px;
		border-right:none;
	}
	.cstm-blog-detail #sidebar:has(.right-content) {
        width: 100% !important;
    }
	.cstm-blog-detail .et_pb_post{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}
}
@media(max-width:767px){
	.text-testimonial-slider .inner-wrap {
    	padding: 40px 25px;
	}
	.text-testimonial-listing .items {
		width: 100%;
	}
	.cstm-blog-listing {
		grid-template-columns: repeat(1, 1fr);
    }
	.cstm-blog-listing li .entry-title {
		font-size: 19px;
		line-height: 27px;
	}
	.cstm-blog-detail .left-content .entry-title {
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
	}
	.cstm-blog-detail .left-content .entry-content h2 {
		font-size: 20px;
		line-height: normal;
	}
	.related-blog-section {
    	margin: 0 0 50px;
	}
	.related-blog-slider .slick-track{
		margin:0;
	}
	.related-blog-slider .slick-track .items{
		padding:0 5px;
	}
}

.blog-banner-section{
	background:#000;
    height: 425px;
    background-size: cover;
	background-position: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position:relative;
	z-index:1;
}
.blog-banner-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.45;
    z-index: -1;
}
.blog-banner-section h1{
    font-weight: 500;
    font-size: 65px;
    color: #fff !important;
    line-height: 80px;
    text-align: center;
    margin: 0px;
}
.meetup-gallary-box.workshops-gallery-section .et_pb_gallery_items{
	grid-template-columns: repeat(4, 1fr);
}
@media(max-width:980px){
	.meetup-gallary-box.workshops-gallery-section .et_pb_gallery_items {
    grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width:767px){
	.blog-banner-section h1 {
		font-size: 45px;
	}
	.blog-banner-section{
		height:355px;
	}
	.meetup-gallary-box.workshops-gallery-section .et_pb_gallery_items {
    	grid-template-columns: repeat(2, 1fr);
	}
}
  


.um-page-user #main-content .container{
	padding-top:0 !important;
}
.um-page-user .status-publish{
	padding: 30px 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    max-width: 100%;
	margin-bottom:60px;
	background-color:#fff;
}
.um-page-user .status-publish .um-profile{
	max-width: 100%;
	margin-bottom:0 !important;
}
/* .um-page-user .status-publish .um-profile .um-cover{
	height:310px !important;
}*/
.um-page-user .status-publish .um-profile .um-cover-e{
	height:100% !important;
} 
.um-page-user .entry-title.main_title{
	display:none !important;
}
.um-page-user .status-publish .um-profile-nav{
	background: transparent;
	border-radius: 0;
	padding:0;
	margin-top:20px;
}
.um-page-user .status-publish .um-profile.um .um-name a {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}
.um-page-user .status-publish .um-profile-nav .um-profile-nav-item a{
	font-size: 17px;
	font-weight: 500;
	color: #000 !important;
	padding: 15px 37px 15px 48px;
	transition:all 0.3s ease-in-out;
	margin: 0;
	border-radius: 0;
}
.um-page-user .status-publish .um-profile-nav .um-profile-nav-item a:hover{
	color: #fd5633 !important;
	background-color:transparent!important;
}
.um-page-user .status-publish .um-profile-nav .um-profile-nav-item a i{
	top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

.um-page-user .status-publish .um-profile-nav .um-profile-nav-item.active a{
    color: #fff;
    color:#fd5633 !important;
    background-color:transparent;
    border-bottom: solid 2px #fd5633 !important;
}
.um-page-user .um-profile-body{
	max-width:100% !important;
	padding-top: 30px;
}
.um-page-user .um-profile-body h2{
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}
.um-page-user .um-profile-body table.responsive-profile-table tr th{
	font-size: 16px;
    color: #000;
    background: rgb(255 87 51 / 3%);
	padding:18px 12px !important;
	border:1px solid rgb(255 87 51 / 25%);
}
.um-page-user .um-profile-body table.responsive-profile-table tr td{
	padding:18px 12px !important;
	border:1px solid rgb(255 87 51 / 25%);
	font-weight:500;
}

.um-page-user .um-profile-body table.responsive-profile-table tr td a{
	color:#ff3520 !important;
}
.um-page-user .um-profile-body #insert-post table{
	border:none;
}
.um-page-user .um-profile-body #insert-post table tr td{
	border:none;
}
.um-page-user .um-profile-body #insert-post table tr td:first-child{
	width:15%;
}
.um-page-user .um-profile-body #insert-post table tr td input{
    border: 1px solid #707070 !important;
    background-color: #fff;
    height: 50px !important;
    width: 100%;
    padding: 0 12px !important;
    color: #000;
    border-radius: 10px;
    min-width: 90px;
    margin-top: 0 !important;
    font-size: 16px !important;
}
input::file-selector-button {
    padding: 1.4rem .75rem !important;
    margin: -.375rem -.75rem !important; 
    -webkit-margin-end: .75rem !important;
    margin-inline-end: .75rem !important;
    color: #212529 !important;
    background-color: #e9ecef !important;
    pointer-events: none !important;
    border-color: inherit !important;
    border-style: solid !important;
    border-width: 0 !important;
    border-inline-end-width: 1px !important;
    border-radius: 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.um-page-user .um-profile-body #insert-post table tr td textarea{
    border: 1px solid #707070 !important;
    background-color: #fff;
    height: 90px !important;
    width: 100%;
    padding: 12px !important;
    color: #000;
    border-radius: 10px;
    min-width: 90px;
    margin-top: 0 !important;
    font-size: 16px !important;
}
.um-page-user .um-profile-body #insert-post table tr td select{
    border: 1px solid #707070 !important;
    background-color: #fff;
    height: 50px !important;
    width: 100%;
    padding: 0 12px !important;
    color: #000;
    border-radius: 10px;
    min-width: 90px;
    margin-top: 0 !important;
    font-size: 16px !important;
}
.um-page-user .um-profile-body #insert-post table tr td button , .um-page-user .um-profile-body #insert-post table tr td #submit-btn{
	font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #FF5733;
    padding: 13px 22px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    border: 1px solid #FF5733;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 150px;
}
.um-page-user .um-profile-body #insert-post table tr td button:hover , .um-page-user .um-profile-body #insert-post table tr td #submit-btn:hover{
	    background-color: #FF5733;
    color: #fff;
    border-color: #000;
}
.um-page-user .um-profile-body.insert-blog #user-post-list{
	margin-top:30px !important;
}
.um-page-user .um-profile-body.insert-blog .row{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.um-page-user .um-profile-body.insert-blog .column{
	background-color:#fff !important;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
	box-shadow: none !important;
}
.um-page-user .um-profile-body.insert-blog .content{
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.um-page-user .um-profile-body.insert-blog h3{
	font-size: 20px;
    font-weight: 600;
    color: #000;
	line-height:26px;
    margin-bottom: 6px !important;
}
.um-page-user .um-profile-body.insert-blog p{
	font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
}
.um-page-user .um-profile-body.insert-blog .blog-admin-btn{
	display: flex;
    align-items: center;
    gap:10px;
    margin-top: auto;
}
.um-page-user .um-profile-body.insert-blog .blog-admin-btn .delete-post-btn{
	display: flex;
    align-items: center;
	margin-top:0;
	gap:10px;
}
.um-page-user .um-profile-body.insert-blog .delete-post-btn{
	font-size: 16px;
    font-weight: 700;
    color: #FF5733 !important;
    background-color: #fff !important;
    padding: 13px 22px !important;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    border: 1px solid #FF5733 !important;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left:0 !important;
	width:100% !important;
	margin-top:15px;
}
.um-page-user .um-profile-body.insert-blog a.edit-blog{
	font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #FF5733 !important;
    padding: 13px 22px !important;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    border: 1px solid #FF5733 !important;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left:0 !important;
	width:100% !important;
}



.um-page-user .um-profile-body #insert-event table{
	border:none;
}
.um-page-user .um-profile-body #insert-event table tr td{
	border:none;
}
.um-page-user .um-profile-body #insert-event table tr td:first-child{
	width:15%;
}
.um-page-user .um-profile-body #insert-event table tr td input{
    border: 1px solid #707070 !important;
    background-color: #fff;
    height: 50px !important;
    width: 100%;
    padding: 0 12px !important;
    color: #000;
    border-radius: 10px;
    min-width: 90px;
    margin-top: 0 !important;
    font-size: 16px !important;
}
.um-page-user .um-profile-body #insert-event table tr td textarea{
    border: 1px solid #707070 !important;
    background-color: #fff;
    height: 90px !important;
    width: 100%;
    padding: 12px 12px !important;
    color: #000;
    border-radius: 10px;
    min-width: 90px;
    margin-top: 0 !important;
    font-size: 16px !important;
}
.um-page-user .um-profile-body #insert-event table tr td select{
    border: 1px solid #707070 !important;
    background-color: #fff;
    height: 50px !important;
    width: 100%;
    padding: 0 12px !important;
    color: #000;
    border-radius: 10px;
    min-width: 90px;
    margin-top: 0 !important;
    font-size: 16px !important;
}
.um-page-user .um-profile-body #insert-event table tr td button , .um-page-user .um-profile-body #insert-post table tr td #submit-btn{
	font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #FF5733;
    padding: 13px 22px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    border: 1px solid #FF5733;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 150px;
}
.um-page-user .um-profile-body #insert-event table tr td button:hover , .um-page-user .um-profile-body #insert-post table tr td #submit-btn:hover{
	background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
 .um-page-user .um-profile-edit .um-profile-edit-a:hover{
	 color: #fd5633 !important;
}
.um-page-user .um-profile-edit .um-dropdown-b ul li a:hover{
		 color: #fd5633 !important;
}


.um-page-user .insert-event #event-table-wrapper{
	overflow-x:auto;
	white-space:nowrap;
} 
.um-page-user .insert-event table thead tr {
    background: #ff5733 !important;
}
.um-page-user .insert-event table thead tr th {
    border: none !important;
    color: #fff;
	    font-size: 15px;
    font-weight: 700;
	vertical-align: middle;
    padding: 15px 20px !important;
}

.um-page-user .insert-event table tbody tr {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}
.um-page-user .insert-event table {
    border-spacing: 0 15px;
    border-collapse: separate !important;
    border: none !important;
}
.um-page-user .insert-event table tr td {
    background-color: #f5f5f5;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 20px !important;
    white-space: normal;
	width:450px;
    border: none !important;
	border-bottom-width:1px !important;
	    border-bottom: 1px solid #ebebeb !important;
	box-shadow: inset 0 0 0 9999px transparent;
}
.um-page-user .insert-event table tr td button {
    font-size: 14px;
    border-radius: 5px;
    background: #4CAF50;
    border: none;
    color: #fff;
    padding: 8px 11px;
}
.um-page-user .um-faicon-frown-o{
    display: none !important;
}
.um-page-user .{
    display: none !important;
}
.um-page-user .um-col-alt{
    margin: 10px 0 30px;
}
.event-list-page .entry-featured-image-url{
	max-height: 313px;
    min-height: 313px;
	border-radius:10px;
	overflow:hidden;
}
.event-list-page .entry-featured-image-url img{
	height:100%;
	object-fit:cover;
}
.cstm-body-blog-detail #main-content{
	background-color: #fafafa;
	padding-top:50px;
}




.um-page-user .insert-event table tr td button.delete-event{    background: #F44336;}
.chat-iframe-wrap{
	bottom:calc(var(--zsiqf-float-close-height) + 60px) !important;
}
/* .um-page-login */
.um-toggle-password{
	display: flex;
	align-content: center;
	justify-content: center;
	top:50%;
	height:auto;
	transform: translateY(-50%);
}
/* .um-page-register */

.calendly-badge-widget{
	top: 50%;
    transform: rotate(270deg) translateY(-50%);
    right: -98px !important;
}
.site-top-btn{
	right: auto;
    bottom: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    left: 20px;
}
.site-top-btn.show{
	display:block;
	visibility:visible;
	opacity:1;
}
.um-page-user .um-profile-body h2{
	color:#000;
}
.um-page-login #main-content , .um-page-register #main-content , .um-page-password-reset #main-content{
	position:relative;
	overflow:hidden;
	z-index:0;
	background:#fff url(/wp-content/uploads/2025/06/big-dots-bg.svg) !important;

}
.um-page-login #main-content::after, .um-page-login #main-content::before , .um-page-password-reset #main-content::after, .um-page-password-reset #main-content::before{
	position:absolute;
	left: 15%;
    top: -50%;
	width:500px;
	height:500px;
	border:solid 50px #ff5733;
	border-radius:50%;
	content:"";
	opacity:0.15;
	z-index:-1;
}
.um-page-login #main-content::after , .um-page-password-reset #main-content::after{
	left:auto;
	top:auto;
    bottom: -50%;
    right: 15%;
}
.um-page-register #main-content::before , .um-page-register #main-content::after{
	position:absolute;
	left: 15%;
    top: -30%;
	width:500px;
	height:500px;
	border:solid 50px #ff5733;
	border-radius:50%;
	content:"";
	opacity:0.15;
	z-index:-1;
}
.um-page-register #main-content::after{
	left:auto;
	top:auto;
    bottom: -30%;
    right: 15%;
}
.um-page-account .um .um-account-profile-link a.um-link{
	color: #ff5733;
    opacity: 1;
    padding: 12px 5px;
    display: block;
    background: #fff;
    margin: 8px 0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}
.rejection-log-table {
	margin-top:20px;
}
.rejection-log-table .info table thead tr {
    background: #ff5733 !important;
}
.rejection-log-table .info table thead tr th {
    border: none !important;
    color: #fff;
	    font-size: 15px;
    font-weight: 700;
	vertical-align: middle;
    padding: 15px 20px !important;
}

.rejection-log-table .info table tbody tr {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}
.rejection-log-table .info table {
    border-spacing: 0 15px;
    border-collapse: separate !important;
    border: none !important;
}
.rejection-log-table .info table tr td {
    background-color: #f5f5f5;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 20px !important;
    white-space: nowrap;
    border: none !important;
	border-bottom-width:1px !important;
	    border-bottom: 1px solid #ebebeb !important;
	box-shadow: inset 0 0 0 9999px transparent;
}
.rejection-log-table .info table tr td button {
    font-size: 14px;
    border-radius: 5px;
    background: #4CAF50;
    border: none;
    color: #fff;
    padding: 8px 11px;
}
/* .um-page-user .um-profile-body.insert-blog a.insert-blog-heading{
	font-size: 18px;
    font-weight: 500;
    border-radius:0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
    display: block;
    color: #000 !important;
    background-color: transparent !important;
    padding:0 !important;
    border: none !important;
    margin-left: 0px !important;
    width: 100% !important;
	height:auto;
	
} */
/* .um-page-user .um-profile-body.insert-blog #user-post-list .content a.insert-blog-heading:hover{
	background-color:transparent !important;
	border-color:transparent !important;
} */
.um-page-user .um-profile-body.insert-blog #user-post-list .content a.insert-blog-heading h3{
	padding-bottom:0;
	margin-bottom:12px !important;
}
.um-page-user .um-profile-body.insert-blog #user-post-list .content a.insert-blog-heading:hover h3{
	color:#fd5234!important;
}
.um-faicon-enquiry:before{
	content:"\f02d";
}
.um-faicon-blog:before{
	content:"\f14b";
}
.um-faicon-event:before{
	content:"\f073";
}
.cstm-coach-listing .coach-card .coach-profile-image .coach-specialties{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.cstm-coach-listing .coach-card .coach-profile-image .coach-specialties b{
	    margin-bottom: 7px;
		width:100%;
	color: #333;
}
.cstm-coach-listing .coach-card .coach-profile-image .coach-specialties span{
	background: rgb(255 87 51 / 7%);
    padding: 5px 7px;
    display: block;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgb(255 87 51 / 20%);
    font-size: 13px;
    line-height: 20px;
}
.cstm-coach-listing .coach-card .coach-profile-image .coach-specialties.coach-location{
	
}
.cstm-coach-listing .coach-card .coach-profile-image .coach-specialties.coach-location b{
	width:auto;
	margin-bottom:0;
	margin-right:3px;
}
.um-cover-add:has(.um-icon-plus):hover{
	color:#fd5234!important;
}
@media(max-width:1199px){
	.um-page-user .status-publish .um-header .um-profile-meta{
		padding-left:200px;
	}
	.um-page-login #main-content::after, .um-page-login #main-content::before , .um-page-password-reset #main-content::after, .um-page-password-reset #main-content::before{
		left: 7%;
		top: -40%;
		width: 400px;
		height: 400px;
	}
	.um-page-login #main-content::after, .um-page-password-reset #main-content::after{
		left:auto;
		top:auto;
		bottom: -40%;
    	right: 7%;
	}
	.um-page-register #main-content::before , .um-page-register #main-content::after{
		left: 2%;
		top: -30%;
		width: 400px;
		height: 400px;
	}
	.um-page-register #main-content::after{
		left:auto;
		top:auto;
		bottom: -30%;
    	right: 2%;
	}
}
@media(max-width:991px){
	.um-page-user .status-publish .um-profile .um-cover {
		height: auto !important;
	}
	.um-page-user .status-publish .um-profile .um-cover-e {
	    height: auto !important;
	}
	.um-page-user .um-profile-body.insert-blog #user-post-list{
		gap:10px;
	}
	.um-page-user .um-profile-body.insert-blog .content {
		padding: 25px 10px;
	}
	.um-page-user .status-publish .um-profile-nav .um-profile-nav-item a{
		border-radius: 12px;
		padding:15px 37px 15px 48px;
		margin-right:10px;
	}
	.um-page-user .status-publish .um-profile-nav .um-profile-nav-item a i{
		font-size: 23px;
        font-weight: 500;
		height: auto;
	}
	#page-container .et_mobile_menu {
        top: 155px !important;
		height:calc(100% - 98px) !important; 
    }
	.cstm-body-blog-detail #main-content {
		padding-top: 30px;
	}
	.blog_detail_sidebar_form h2{
		margin-bottom:10px;
	}
	.site-top-btn{
		width:45px;
		height:45px;
	}
	.site-top-btn img {
		width: 20px;
		height: 20px;
	}
	.um-page-login #main-content::after, .um-page-login #main-content::before , .um-page-password-reset #main-content::after, .um-page-password-reset #main-content::before{
        left: -38%;
        top: -58%;
		width: 400px;
		height: 400px;
	}
	.um-page-login #main-content::after, .um-page-password-reset #main-content::after{
		left:auto;
		top:auto;
		bottom: -58%;
    	right: -38%;
	}
	.um-page-register #main-content::before , .um-page-register #main-content::after{
        left: -38%;
        top: -38%;
		width: 400px;
		height: 400px;
	}
	.um-page-register #main-content::after{
		left:auto;
		top:auto;
		bottom: -38%;
    	right: -38%;
	}
	.um-page-user .insert-event table tr td {
		white-space:nowrap;
	}
}
@media(max-width:872px){
	.um-page-user .status-publish .um-profile-nav .um-profile-nav-item a{
		padding:15px
	}
}
@media (max-width: 600px){	
	.um-page-user .um-profile-body table.responsive-profile-table tr td:before{
		color:#000;
	}
}
	
@media (max-width: 767px) {
    #page-container .et_mobile_menu {
        top: 140px !important;
    }
	.cstm-body-blog-detail #main-content {
		margin-bottom:35px;
	}
	.event-list-page article{
		margin:0 10px;
	}
	.blog_detail_sidebar_form h2{
		font-size:22px;
	}
	.site-top-btn{
		display:none !important;
	}
	.um-profile-body.insert-blog .text-center .btn-primary{
		min-width:155px;
	}
	.um-page-login #main-content::after, .um-page-login #main-content::before , .um-page-password-reset #main-content::after, .um-page-password-reset #main-content::before{
		width: 260px;
		height: 260px;
		top: -38%;
	}
	.um-page-login #main-content::after, .um-page-password-reset #main-content::after{
		left:auto;
		top:auto;
		bottom: -38%;
	}
	.um-page-register #main-content::before , .um-page-register #main-content::after{
		width: 260px;
		height: 260px;
		top: -18%;
	}
	.um-page-register #main-content::after{
		left:auto;
		top:auto;
		bottom: -18%;
	}
	.um-page-user .status-publish .um-profile.um .um-name a{
		font-size:24px;
	}
}
.um-login.um-logout .um-misc-img img{
	aspect-ratio: 1 / 1;
	object-fit:cover;
	object-position:center;
	width:80px;
	height:80px!important
}


/*############################################################################## 11-09-2025 #####################################################################*/


.book-an-appointment{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
	    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 20px);
}
.book-an-appointment.show {
	opacity: 1;
    visibility: visible;
}
.sidebar-popup-body {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
    border-radius: 20px;
    background-color: #fff;
    margin: 15px 0px;
}
.contact-us-form iframe{
	width:100% !important;
}

@media (max-width: 1199px) {
    .sidebar-popup .team-popup-inr .close-btn {
        right: 0px;
        top: 15px;
    }
}
@media (max-width: 767px) {
	.contact-us-page .form-row .form-column {
    	padding: 25px 10px;
	}
	.meetups-contact-form.et_pb_row {
    	padding: 35px 10px 20px;
	}
	.sidebar-popup .team-popup-inr .close-btn {
        right: 11px;
        top: 11px;
    }
}

/* 16-09-2025 */

.notification-popup.show .notification-popup-inr{
	
	width:100%
}
/*.notification-popup.show .notification-popup-inr .notification-popup-body{
		width:100%;
}*/
.notification-popup.show .notification-popup-inr .notification-popup-body div{
 	width:100%;
}

.notification-popup.show .notification-popup-inr .notification-popup-body div iframe{
	width:100% !important;
	height:645px !important;
}
