 @font-face {
 	font-family: 'tex_gyre_adventorbold';
 	src: url('../fonts/texgyreadventor-bold-webfont.woff2') format('woff2'),
 		url('../fonts/texgyreadventor-bold-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;

 }

 @font-face {
 	font-family: 'tex_gyre_adventorregular';
 	src: url('../fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
 		url('../fonts/texgyreadventor-regular-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;

 }

 :root {
 	--font1: 'tex_gyre_adventorregular';
 	--font1bpold: 'tex_gyre_adventorbold';
 	--font2: 'Manrope', sans-serif;
 	--primary: #452249;
 	--secondary: #F1660D;
 	--blue: #1956AD;
 	--pink: #EE00B8;
 	--white: #FFFFFF;
 	--dark: #343434;
 	--textcolor: #656565;
 	--grey: #4F4F4F;
 	--lightbg: #F4F4F4;
 }


 * {
 	box-sizing: border-box;
	 font-weight:bold
	
 }
.pmpro_actionlinks #pmpro_actionlink-levels{
	display:none!important;
}
 body {
 	margin: 0;
 	padding: 0;
 	scroll-behavior: smooth;
 	font-size: 18px;
 	line-height: 32px;
 	color: var(--textcolor);
 	font-family: var(--font1);
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	color: var(--dark);
 	font-family: var(--font1bpold);
 	font-weight: 700;
 }


 p {
 	margin: 0 0 20px;
	font-size : 15px;
 }

 img,
 svg {
 	width: 100%;
 }

 .clear {
 	clear: both;
 }

 .clear:after {
 	position: relative;
 	content: "";
 	clear: both;
 	display: table;
 	width: 100%;
 }

 a {
 	transition: .5s;
 	text-decoration: none;
 }

 a:hover {
 	text-decoration: none;
 }

 ul {
 	list-style: none;
 	padding: 0;
 	margin: 0;
 }

 section {
 	padding: 60px 0;
 	position: relative;
    overflow: hidden;
 }

 /**common**/

 .bglight {
 	background: var(--lightbg);
 }

 .tophd {
 	text-align: left;
 	margin: 0 0 30px;
 }

 .tophd1 {
 	text-align: center;
 }

 .subtitle {
 	color: var(--secondary);
 	text-transform: uppercase;
 	font-family: var(--font1bpold);
 	position: relative;
 	margin: 0 0 10px;
 	padding: 0 0 0 25px;
 }

 .subtitle:before {
 	position: absolute;
 	content: "";
 	background: var(--secondary);
 	width: 13px;
 	height: 13px;
 	left: 0;
 	border-radius: 50%;
 	top: 7px;
 	box-shadow: 0 0 10px 0 var(--secondary);
 }

 h2.title {
 	font-size: 42px;
 	line-height: 52px;
 	text-transform: capitalize;
 	margin: 0 0 20px;
 	color: var(--primary);
 }

 h2.title span {
 	color: var(--secondary);
 }

 ul {
 	list-style: none;
 	margin: 0 0 30px;
 	padding: 0;
 }

 ul li {
 	font-weight: 500;
 	font-size: 18px;
 	margin: 0 0 15px;
 	position: relative;
 }

 ul li:before {
 	position: absolute;
 	display: inline-flex;
 	content: "";
    background:#F1660D ;
    width: 9px;
    height: 9px;
    top: 12px;
 	left: 0;
    transition: 0.5s;
	 border-radius:100px;
 }

 .cmnbtn {
 	display: inline-block;
 	position: relative;
 	background: var(--blue);
 	color: var(--white);
 	font-size: 18px;
 	line-height: 18px;
 	text-transform: capitalize;
 	overflow: hidden;
 	border-radius: 35px;
 }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;}
 .cmnbtn1 {
 	background: var(--pink);
 }

 .cmnbtn2 {
 	background: var(--secondary);
 	color: var(--white);

 }

 .cmnbtn span {
 	display: inline-block;
 	vertical-align: middle;
 	padding: 24px 48px;
 	position: relative;
 	z-index: 1;
 }

 .cmnbtn:before {
 	position: absolute;
 	width: 0;
 	height: 100%;
 	left: 0;
 	top: 50%;
 	transform: translate(0, -50%);
 	background: var(--pink);
 	content: "";
 	transition: .5s;
 	transform-origin: center;

 	border-radius: 35px;
 }

 .cmnbtn1:before {
 	background: var(--blue);
 }

 .cmnbtn2:before {
 	background: var(--primary);
 }

 .btnholder .cmnbtn {
 	margin-right: 15px;
 }

 .cmnbtn:hover:before {
 	transform: translate(0, -50%);
 	width: 100%;
 }

 .cmnbtn:hover {
 	color: var(--white);
 }



 /*.cmnbtn i{display: inline-block; vertical-align: middle;
	margin-left: 5px;
}
*/

 /**mobile menu**/
.menubtn{
    width: 45px;
    height: 45px;
    background: var(--primary);
    padding: 8px; 
    z-index: 124;
    margin-left: 10px;
    border-radius: 5px; 
    position: relative;
    display: none;
}
.menubtn span{
    display: inline-block;
    background: var(--white);
    width: 100%;
    height: 3px;
}

.mobilemenu{
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    z-index: 124;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.mobilemenu.active{
    right: 0;
}
.cross{
    position: absolute;
    width: 30px;
    height: 30px;   
    background: var(--white);
    color: var(--dark);
    padding: 5px;
    right: 5px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobilemenu ul{
    padding: 40px 20px;
    background: var(--primary);
    width: 320px;
    list-style: none;
    margin: 0; 
    display: flex;
    flex-direction: column;
}
.mobilemenu ul li:before{display: none;}
.mobilemenu ul li a{
    display: inline-block;
    margin: 5px 20px;
    color: var(--white)  !important;
    border-radius: 25px;
    position: relative;
}
.mobilemenu li a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: .5s;
    left: 0;
    bottom: 0;
}
.mobilemenu li a:hover:after{
    width: 100%;
}


.mobilemenu ul.submenu1{
    padding: 0 0 0 15px;
    display: none;
}
.mobilemenu ul li.haschild1 >a{
    position: relative;
}
.mobilemenu ul li.haschild1 >a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: var(--white);
    padding: 3px;
    transform: rotate(135deg);
}


 .logo {
 	padding:10px 16px;
 	background: var(--primary);
 	position: relative;
 }
.logo img{width:120px;}
 .logo:before {
 	position: absolute;
 	content: "";
 	background: var(--primary);
 	right: 100%;
 	top: 0;
 	height: 100%;
 	width: 1000%;
 }
.footer-logo img{
	width:140px;
}

.site-header{
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   z-index: 123;
} 
/* .sticky .site-header {
    position: fixed;
    background: #fff;
    top: 0;
} */
.site-header:after {
 	position: absolute;
 	content: "";
 	background: #F6D811;
 	left: 0;
 	top: 100%;
 	height: 60px;
 	width: 10%;
 }

 .headerhold {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

 .headerRight {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
 }

 .headerRight .menulist {
 	display: inline-block;
 	vertical-align: middle;
 	margin: 0;
 }

 .headerRight .headebtn {
 	display: flex;
 	align-items: center;
    justify-content: flex-end;
    gap: 10px;
 }
 .headebtn .cmnbtn span{
    padding: 20px 30px;
 }

 .menulist li {
 	display: inline-block;
 	vertical-align: middle;
 	margin: 0 15px;
 	transition: 0.5s;
 	position: relative;
 }
 .menulist li.haschild, .menulist li.menu-item-has-children{
    margin-right: 25px;
 }

 .menulist li .submenu, .menulist li .sub-menu {
 	position: absolute;
 	background: var(--white);
 	min-width: 293px;
 	transition: all 0.3s ease-out 0s;
 	top: 100%;
 	opacity: 0;
 	box-shadow: 2px 3px 6px 0px #dcd5d5;
 	visibility: hidden;
 	z-index: 99;
 	text-align: left;
 	transform: scale(1, 0);
 	transform-origin: 0 0;
 	margin-top: 20px;
 	padding: 20px;
 }

 .submenu li ,.sub-menu li{
 	margin: 10px;
 	display: block;
 }

 .menulist li:hover>.submenu,.menulist li:hover>.sub-menu {
 	transform: scale(1, 1);
 	opacity: 1;
 	visibility: visible;
 }



 .menulist li:before {
 	display: none;
 }

 .menulist li a {
 	display: block;
 	color: var(--dark) !important;
 	position: relative;
    transition: 0.5s;
 }

 .menulist li a:hover{
    color: var(--secondary);
 }
 .menulist li a.active, .menulist li a.current-menu-item{
    color: var(--secondary);
 }

 .haschild:after,.menu-item-has-children:after {
 	content: "";
 	position: absolute;
 	top: 50%;
 	transform: translateY(-50%);
 	right: -23px;
 	width: 20px;
 	height: 20px;
 	background: url(../images/icons/down-arrow.svg) no-repeat 0 0;
 	background-size: cover;
 	transition: all 0.3s ease;
	    
 }


 .headebtn .search {
 	display: inline-block;
 	vertical-align: middle;
 	position: relative;
 	margin-right: 10px;
 }

 .headebtn .cmnbtn {
 	display: inline-block;
 	vertical-align: middle;
 }
li#menu-item-413 .sub-menu {
    display: flex;
    width: 1100px;
    transform: translateX(-50%);
    flex-wrap: wrap;
    left: -100%;
}
li#menu-item-413 .sub-menu li {
    display: flex;
    width: 30%;
    flex-wrap: wrap;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 10px;
    text-align: center;
	justify-content: center;
}
 /* home-page */
 /* header */


 .search input {
 	padding: 13px 30px;
 	background: linear-gradient(#fff, #fff) padding-box,
 		linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
 	border: 1px solid transparent;
 	border-radius: 50px;

 }


 .search-but {
 	position: absolute;
 	top: 11px;
 	right: 31px;
 }

 .submenu li a {
 	color: var(--dark);
 }

 .haschild {
 	margin-right: 20px;
 }

 

/* .sticky .sec-menu {
 	opacity: 1;
 	top: 0;
 }*/

 .sec-menu {
 	background-color: var(--white);
 	position: relative;
 	width: 100%;
 	top: 0;
 	left: 0;
 	z-index: 90;
    opacity: 1;
 	transition: 0.5s;
 }

 /* banner */
 .m-banner {
 	position: relative;
 	width: 100%;
 	overflow: hidden;
 	background: url(../images/resources/banner-bg.png) no-repeat 0 0;
 	background-size: contain;
 }
.m-banner .line{
    position: absolute;
    height: 100%;
    top: 0;
    width: 2px;
    background: rgba(255,255,255,.3); 
    
}
 .m-banner .line:after{
    width: 10px;
    height: 10px;
    background: var(--pink);
    border-radius: 2px;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    content: ""; 
}
.m-banner .line1:after{animation: lineanim 5s linear infinite;}
.m-banner .line2:after{animation: lineanim 10s linear infinite;}
.m-banner .line3:after{animation: lineanim 8s linear infinite;}
@keyframes lineanim{
    0%{
        top: 0;
        opacity: 1;
    } 
    90%{
        top: 90%;
        opacity: 1;
    }  
    100%{
        top: 100%;
        opacity: 0;
    }
}
.m-banner .line1{left: 20%;}
.m-banner .line2{left: 50%;z-index: 1;}
.m-banner .line3{left: 80%;z-index: 1;}
 .banner-sec {
 	padding: 200px 0 0 0;
 }
.speak-ban video {
    height: 438px !important;
    width: 438px;
    background-image: url(https://ridierconsultinggroup.com/wp-content/uploads/2024/05/vdbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.m-banner.speak-ban {
    background: url(https://ridierconsultinggroup.com/wp-content/uploads/2024/05/bnvbg-1.png) no-repeat;
    background-size: cover;
}
.speak-ban .banner-sec {
    padding: 200px 0 100px 0;
}
.banner-cnt-video {
    position: relative;
	z-index:1;
}
.banner-cnt-video:before {
    position: absolute;
    bottom: -76px;
    left: -61px;
    width: 181px;
    height: 182px;
    background-color: var(--pink);
    content: "";
	z-index: -1;
}
.banner-cnt-video:after {
    position: absolute;
    top: -76px;
    right: 117px;
    width: 181px;
    height: 182px;
    background-color: #F6D811;
    content: "";
   z-index: -1;
}

.banner-img{
	position: relative;
	z-index: 1;
}

 .m-banner h1 {
 	color: var(--primary);
 	font-size: 50px;
 	font-weight: 700;
 	line-height: 120%;
 	text-transform: capitalize;
 }

 .m-banner p {
 	font-size: 16px;
 	font-weight: 400;
 	line-height: 30px;
 	margin: 30px 0;
 }

 /* feature */
 .feat-head {
 	display: flex;
 	justify-content: space-between;
 }
.feat-icon{
    width: 40px;
    height: 40px;
}
.feat-icon img{
    width: 100%;
    height: 100%;
}
 .feat-cont ul li {
 	font-weight: 500;
 	font-size: 16px;
 	margin: 0 0 15px;
 	position: relative;
 	padding-left: 31px
 }

 .but-i {
 	display: inline-block;
 	position: relative;
 	transition: 0.5s;
    padding-left: 10px;
 }

 .feature-box {

 	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
 	border: 3px solid transparent;
 	border-radius: 12px;
 	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
 	padding: 20px;
 	transition: 0.5s;
    position: relative;
    overflow: hidden;
	height: 400px;
 }

 .feature-box:hover {
 	background: var(--primary);
 	color: var(--white);
 }

 .feature-box:hover .f-head {
 	color: var(--white);
 }

 .f-head,
 .f-head a {
 	color: var(--primary);
 	font-size: 22px;
 	font-weight: 700;
 	line-height: 33px;
 	text-transform: capitalize;
 	margin-bottom: 0;
 }
h3.f-head {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 .feat-cont ul {
 	margin: 8px 0;
    
    height:150px;
    
 }
 .feat-cont ul::-webkit-scrollbar{
  width: 3px;
}
 .feat-cont ul::-webkit-scrollbar-thumb{
  background-color: var(--pink); 
  border-radius: 20px; 
}
 .btn-six {
 	color: var(--secondary);
 	position: relative;
 	overflow: hidden;
 }

 .but-c {
 	position: relative;
    margin-top: 25px;
 	left: -256px;
 	bottom: 0;
 	opacity: 1;
 	font-weight: 500;
 	transition: 0.5s;
    display: inline-block;
 }
  .feature-box:hover .but-c{
    left: 0;
  }
  .but-c .btn-six{
    color: var(--secondary);
  }
  .feature-box:hover .feat-cont ul li:before{
    position: absolute;
    display: inline-flex;
    content: "";
    background: var(--white);
    width: 9px;
    height: 9px;
    top: 12px;
    left: 0;
  }

 /* service */
 .h-services .serv-box {
 	padding: 20px;
 }

 .serv-para {
 	position: relative;
 	padding-left: 15px;
 }

 .serv-para:after {
 	position: absolute;
 	top: 0;
 	left: 0;
 	content: "";
 	height: 100%;
 	width: 3px;
 	background: url(../images/resources/line.png.png) no-repeat 0 0;
 	background-size: cover;
 }

 .h-services {
 	background-color: var(--primary);
/*  	max-height: 490px;
 	margin-bottom: 326px; */
    overflow: visible;
 }

 .h-services .tophd h2 {
 	color: var(--white);
 }

 .serv-box {
 	border-radius: 12px;
 	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
 	border: 3px solid transparent;
 	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
 	padding: 30px;
 	/* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
 }

 .serv-item {
 	margin: 0 10px;
    overflow: hidden;
 }

 .serv-img {
 	margin-bottom: 20px;
 }

/*  .serv-cont p {
 	margin: 15px 0;
  	-webkit-line-clamp: 4;
 	display: -webkit-box;
 	-webkit-box-orient: vertical;
 	overflow: hidden;
 } */

 .serv-box:hover .but-c {
 	left: 2px;
 	opacity: 1;
 	display: inline-block;
 	color: var(--secondary);
 }

 .serv-box .serv-img img {
 	transform: scale(1.0);
 	transition: 0.5s;
	 height: 227px;
	 object-fit: cover;
 }
  .serv-box:hover .serv-img img {
    transform: scale(1.1);
 }
 .serv-box .but-i{
    top: 4px;
 }

 .serv-img {
 	overflow: hidden;
 }

 .h-services .owl-dots{
 	display: flex!important;
 	align-items: center;
 	margin: 50px 0 0 0;
 	justify-content: center;
    gap: 15px;
 }

 .h-services .owl-dots .owl-dot{
 	width: 11px;
 	height: 11px;
 	background: var(--secondary);
 	border-radius: 50%;
    opacity: 0.5;
 }
 .h-services .owl-dots .owl-dot.active{
    opacity: 1;
 }
 .serv-box .but-c{
    left: -136px;
 }

 .h-services .owl-carousel .owl-nav {
 	display: none; !important;
 }
 .h-services .serv-cont{
    min-height: 245px;
 }
.h-services .serv-cont p{
	height: 150px;
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}

 /* cta */
/*  .cta{
    padding-top: 180px;
 } */
 .cta-bg {
 	background: url(../images/resources/cta-bg.png) no-repeat;
 	background-position: center;
 	background-size: cover;
 	position: relative;
 	border-radius: 20px;
 	padding: 70px;
 	z-index: 1;
 }

 .cta-bg:before {
 	content: "";
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: #000;
 	opacity: 0.8;
 	position: absolute;
 	border-radius: 20px;
 	z-index: -1;
 }

 .wh h2 {
 	color: var(--white);
 }

 /* why-choose-us */
 .num {
 	color: #C22D33;
 	font-size: 30px;
 	font-weight: 700;
 	display: inline-block;
 }

 .why-box {
 	padding: 20px;
 	display: flex;
 	gap: 34px;
 	border-radius: 8px;
 	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
 	margin-bottom: 30px;
 	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, #F1660D 100%) border-box;
 	border: 1px solid transparent;
 }

 .why-cont p {
 	margin-top: 20px;
 	margin-bottom: 0;
	font-size : 15px;
 }

 .why-choose-us {
 	background: #F5F5F5;
 }

 .plus {
 	color: var(--dark);
 	font-size: 30px;
 	font-weight: 700;
 }

 .expert {
 	border-radius: 10px;
 	background: var(--white);
 	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
 	display: inline-block;
 	padding: 30px;
 	text-align: center;
 	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, #F1660D 100%) border-box;
 	border: 1px solid transparent;
 	z-index: 12;
 }

 .expert1 {
 	border-radius: 10px;
 	background: var(--white);
 	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
 	display: inline-block;
 	padding: 30px;
 	text-align: center;
 	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, #F1660D 100%) border-box;
 	border: 1px solid transparent;
 	z-index: 12;
 }

.why-ex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: -140px;
}

.why-btn-new{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 25px;
}

 .why-photo {
 	position: relative;
 	z-index: 1;
 }

/*  .why-photo:before {
 	content: "";
 	position: absolute;
 	top: 77px;
 	left: 57px;
 	width: 612.075px;
 	height: 613.075px;
 	background: url(../images/resources/why-choose-bg.png) no-repeat 0 0;
 	background-size: cover;
 	z-index: -1;
 } */

 .why-img {
 	position: relative;
 	z-index: 1;
 }

 /* .why-img:before{
	content: "";
    position: absolute;
    top: 77px;
    left: 57px;
    width: 612.075px;
    height: 613.075px;
    background: url(../images/resources/why-choose-bg.png) no-repeat 0 0;
    background-size: cover;
	z-index: -1;
} */

 /* about-sec */
 .ab-head {
 	display: flex;
 	gap: 10px;
 }

 .ab-box p {
 	margin-top: 20px;
 }

 .sig-lin {
 	display: flex;
 	align-items: center;
    column-gap: 36px;
 }

 .signature-box p {
 	color: var(--primary);
 	font-size: 14px;
 	line-height: 24px;
 	text-transform: capitalize;
 }

 .signature-box {
 	border-right: 1px solid var(--primary);
 	padding-right: 40px;
 }

 .signature-box:before {
 	content: "";
 	position: absolute;
 	top: 0;
 	right: 0;
 	height: 100%;
 }
.expcnt {
    height: 364px;
    overflow: hidden;
    overflow-y: scroll;
}
.expcnt::-webkit-scrollbar {
  width: 3px;
}
.expcnt::-webkit-scrollbar-thumb {
  background-color: var(--pink); 
  border-radius: 20px; 
}

 .ab-bottom {
 	margin-top: 20px;
 }

 .about-sec {
 	background: url(../images/resources/ab-bg.png) no-repeat 0 0;
 	background-size: cover;
 }
 .about-boxes{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
 }

 /* circle-progress-bar */
 .circle_percent {
 	width: 115px;
 	height: 115px;
 	position: relative;
 	background: #eee;
 	border-radius: 50%;
 	overflow: hidden;
 	display: inline-block;
 	margin: 20px;
	 color: var(--dark);
	 font-size: 122px;
	 font-weight: 700;
	 line-height: 24px;
 }

 .circle_inner {
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 1em;
 	height: 1em;
 	clip: rect(0 1em 1em .5em);
 }

 .round_per {
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 1em;
 	height: 1em;
 	background: #1956AD;
 	clip: rect(0 1em 1em .5em);
 	transform: rotate(180deg);
 	transition: 1.05s;
 }

 .percent_more .circle_inner {
 	clip: rect(0 .5em 1em 0em);
 }

 .percent_more:after {
 	position: absolute;
 	left: .5em;
 	top: 0em;
 	right: 0;
 	bottom: 0;
 	background: #1956AD;
 	content: '';
 }

 .circle_inbox {
 	position: absolute;
 	top: 5px;
 	left: 5px;
 	right: 5px;
 	bottom: 5px;
 	background: #fff;
 	z-index: 3;
 	border-radius: 50%;
 }

 .percent_text {
 	position: absolute;
 	font-size: 24px;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	z-index: 3;
 }

 .circle-progessbar h3 {
 	text-align: center;
 	font-size: 22px;
 	font-weight: 700;
 	line-height: 33px;
 	text-transform: capitalize;
 }

 .circle-progessbar {
 	border-radius: 8px;
 	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, #F1660D 100%) border-box;
 	border: 1px solid transparent;
 	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
 	padding: 20px;
 	text-align: center;
 }
/* circle-progress-bar */
.circle-progessbar {
    position: absolute;
    right: -95px;
    bottom: 83px;
}
.about-img{
	position: relative;
}
.about-cont{
	margin-left: 105px;
}
/* counter-sec */
.tophd .count-head{
	font-size: 32px;
	text-align: center;
}
.counter-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lightbg{
	background-color: #F5F5F5;
}
.odometer{
	color: var(--primary);
font-size: 45px;
font-weight: 700;
display: inline-block;
}
.coun-sub{
	color: var(--primary);
font-size: 48px;
font-weight: 700;
}
.counter-box{
	padding: 35px 30px;
	border-radius: 12px;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg,  #F1660D  0%, #452249 100%) border-box;
border: 1px solid transparent;
}
.counter-one__bottom .row .col-lg-3.col-md-6.col-12:nth-child(2) img {
    width: 87px;
}
.why-img.sec img {
    max-width: 100%;
    width: auto;
}
.counter-one__bottom{
	margin-top: 20px;
}
/*brand-sec*/
.brand-sec .serv-img{
    margin: 0;
    width: 100%;
    height: 80px;
}
.brand-sec .serv-img img{
    width: 100%;height: 100%;
}




 /* ridier */
 .ridier-logo {
 	width: 25%;
 	margin-bottom: 20px;
 }
.rid-img{
	position: relative;
	z-index: 1;
}
.rid-img img{
	border-radius: 12px;
}
.rid-img:after{
	position: absolute;
    bottom: -50px;
    left: -62px;
    width: 194px;
height: 155px;
    border: 1px solid #C22D33;
    content: "";
    z-index: -1;

}
.rid-img:before{
	position: absolute;
    top:  -76px;
    right:  -62px;
    width: 181px;
height: 182px;
    background-color: #F6D811;
    content: "";
    z-index: -1;

}
.rid-img.stake-img img {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
}
.rid-img{
	border-radius: 12px;
}
 .ml-100 {
 	margin-left: 100px;
 }
.or{
	background: var(--primary);
}
.or:before {
    background: var(--secondary);
}
 /* cta2 */
 .cta2 {
 	background: url(../images/resources/cta2.png) no-repeat 0 0;
 	background-size: cover;
 }
.tophd .cta-2-h{
	font-size: 26px;
}
.tophd .cta-2-h span{
	font-size: 32px;
}
 /* contact */
 .social-icons {
 	display: flex;
 }

 .so-i {
 	border-radius: 5px;
 	background: var(--white);
 	padding: 15px 20px;
 	margin-right: 20px;
   transition: .5s;
   transform: rotate(0deg);
 }
 .so-i:hover{
   background: #ffdecf;
   transform: rotate(360deg);
 }

 .con-form input,
 .con-form textarea, .con-form select{
 	width: 100%;
 	padding: 15px 0;
 	border: none;
 	border-bottom: 1px solid #656565;
 	margin-bottom: 30px;
 }
 .con-form .wpcf7-form-control-wrap{
   display:  block;
 }
 .con-form br{
   display: none;
 }
 .con-form input:focus,
 .con-form textarea:focus{
   outline: none;
   border-bottom: 1px solid orange;
 }
 .con-form textarea{
   height: 100px;
 }

 .f-wh {
 	color: var(--white);
 }

 .call {
 	background: var(--primary);
 }

 .con-form {
 	border-radius: 12px;
 	background: var(--white);
 	padding: 48px;
 }

 .send-i {
 	display: inline-block;
 	position: relative;
 	left: 33px;
 }

 /* faq */
 .faq-cont .accordion-body {
    padding: 0rem 1.25rem 1rem 1.25rem !important;
}
.faq-cont .accordion-body video {
    width: 100%;
}
 .fq-para {
 	position: relative;
 	padding-left: 15px;
 }

 .fq-para:after {
 	position: absolute;
 	top: 0;
 	left: 0;
 	content: "";
 	height: 100%;
 	width: 3px;
 	background: linear-gradient(180deg, #F1660D 0%, #452249 100%);
 	background-size: cover;
 }

 .faq-cont .accordion-item h2 button span {
 	color: var(--primary);
 	font-size: 19px;
 	font-weight: 600;
 	line-height: 32px;
 }

 .faq-cont .accordion-item h2 button.collapsed {
 	border-left: 2px solid #452249;
 	background-color: var(--white) !important;
 }
 .faq-cont .accordion-item h2 button{
   border-left: 2px solid var(--secondary);
 }

 .faq-cont .accordion-flush .accordion-item .accordion-button {
 	border-radius: 5px;
 	margin-bottom: 20px;
 	box-shadow: 1px 1px 2px 4px #F5F5F5;
 }

 .faq-img {
 	border-radius: 10px;
 	position: relative;
 }

 .faq-img:before {
 	position: absolute;
 	top: 0;
 	left: 0;
 	height: 100%;
 	width: 100%;
 	background: rgba(0, 0, 0, 0.30);
 	content: "";
 	border-radius: 10px;
 	z-index: 1;

 }

 .faq-img img {
 	border-radius: 10px;
 }

 .faq-full-img {
 	position: relative;
 }

 .play-but {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	border-radius: 100px;
 	background: rgba(255, 255, 255, 0.65);
 	z-index: 2;
 	padding: 20px;
	     display: none;
 }

 .full-f {
 	padding-top: 50px;
 }
/* .testimonial */
.text-h-center .tophd{
	text-align: center;
}
.text-h-center .subtitle{
	display: inline-block;
}
.test-author{
	display: flex;
	align-items: center;
	gap: 10px;
}
.test-au{
    width: 77px;
    height: 77px;
    overflow: hidden;
    border-radius: 100px;
	display:flex;
	justify-content:center;
	align-content:center;
}

.testimonial-box{
    padding: 0 30px;
}
.testimonial-boxes{
    background-color: var(--primary);
    border-radius: 10px;
    padding: 50px 100px;
    position: relative;
}
.testimonial-boxes .owl-nav{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
}
.testimonial-boxes .owl-nav button.owl-next, 
.testimonial-boxes .owl-nav button.owl-prev{
    font-size: 0;
    color: var(--white);
    width: 50px;height: 50px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    position: relative;
}
.testimonial-boxes .owl-nav button.owl-next:hover,
 .testimonial-boxes .owl-nav button.owl-prev:hover{
   background: var(--secondary);
 }
.testimonial-boxes .owl-nav button.owl-prev:before{
    position: absolute;
    content: "\f177";
    font-family:'FontAwesome';
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.testimonial-boxes .owl-nav button.owl-next:before{
    position: absolute;
    content: "\f178";
    font-family:'FontAwesome';
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.testi-cont p{
	color: var(--white);
	font-size: 20px;
}
.test-desc{
	color: var(--white);
	margin-top: 30px;
}
.test-desc h3{
	color: var(--white);
	font-size: 20px;
}
.testimonial{
	background: url(../images/resources/testi-bg.png) no-repeat 0 0;
	background-size: cover;
}
.testimonial-boxes .owl-dots{
	display: none;
}

 /* insight */
 .sub-in {
 	color: #773E7D;
 	font-size: 19px;
 	font-weight: 400;
 }

 .sub-blog {
 	display: flex;
 	align-items: center;
 	gap: 10px;
 }

 .mb-20 {
 	margin-bottom: 20px;
 }

 .but-in {
 	color: var(--primary);
 }

 .ins-boxes {
 	margin-top: 50px;
 }
  .insights .owl-dots{
    display: flex!important;
    align-items: center;
    margin: 50px 0 0 0;
    justify-content: center;
    gap: 15px;
 }

 .insights .owl-dots .owl-dot{
    width: 11px;
    height: 11px;
    background: var(--secondary);
    border-radius: 50%;
    opacity: 0.5;
 }
 .insights .owl-dots .owl-dot.active{
    opacity: 1;
 }
 .insights .serv-box{
    padding-top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
 }
 .serv-box.one-i{
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, var(--primary) 100%) border-box;
 }
  .serv-box.two-i{
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, var(--secondary) 100%) border-box;
 }
  .serv-box.three-i{
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, var(--blue) 100%) border-box;
 }
.insights .serv-item{
    overflow: visible;
}
.insights .serv-box.three-i .sub-blog .sub-in{
    color: var(--blue);
}
/* courses */
ul.learn-press-breadcrumb{
	display:none;
}
.learn-press-courses .course-content .course-title {
    font-size: 1.25em;
    color: var(--primary);
    font-weight: 600;
}
.comment-respond .comment-form>p.logged-in-as a {
    color: var(--secondary) !important;
}
/* .comment-respond .comment-form {
    margin-bottom: 60px !important;
} */
.comment-respond .comment-form textarea, .comment-respond .comment-form input{
	border-radius:15px !important;
	    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.05);
	    padding: 20px 15px;
}
.comment-respond .comment-form input[type=submit], #popup-content .lp-button{
	border-radius:35px !important;
	padding:10px 48px !important;
	background: var(--blue) !important;
	transition:0.5s;
	color:#fff !important;
}
#popup-content .lp-button:hover, #popup-content .lp-button{
	border:0px !important;
}
.comment-respond .comment-form input[type=submit]:hover, #popup-content .lp-button:hover {
    background: var(--pink) !important;
    transition: 0.5s;
}
div#learn-press-course-description h3, h3#reply-title, .content-item-wrap .content-item-description h2, .content-item-wrap .content-item-description h2 a, .content-item-wrap .content-item-description h3 a, .content-item-wrap .content-item-description h4 {
    color: var(--primary) !important;
}
#checkout-payment .lp-payment-method .gateway-icon {
    max-width: 100% !important;
    width: auto !important;
}
.lp-checkout-form .lp-checkout-form__after, .lp-checkout-form__before {
    box-shadow: 0 15px 67px 0 rgba(0,0,0,0.05);
    padding: 20px 27px;
}
.lp-checkout-form .lp-form-fields input:not([type=checkbox]), .order-comments {
    border-radius: 8px;
}
.lp-archive-courses ul li:before {
    display: none;
}
ul.learn-press-nav-tabs .course-nav.active::before{
	display:block;
}
.course-curriculum ul.curriculum-sections .section {
    margin-bottom: 32px;
}
#checkout-payment #checkout-order-action button {
    border-color: var(--blue) !important;
    background: var(--blue) !important;
	transition:0.6s;
}
#checkout-payment #checkout-order-action button:hover{
	background:var(--pink) !important;
	border-color: var(--pink) !important;
	transition:0.6s;
}
.lp-terms-and-conditions {
    font-size: 15px;
}
.course-thumbnail img {
    height: 230px !important;
    object-fit: cover;
}
.comment-author.vcard img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.comment-author.vcard {
    margin: 14px 0;
}
ol.commentlist li {
    list-style-type: none;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 66px 0 rgba(0,0,0,0.03);
}
.comment-body .reply a {
    background: var(--blue);
    color: var(--white);
    padding: 6px 27px;
    display: inline-block;
    border-radius: 100px;
    margin-top: 21px;
	transition: 0.6s;
}
.comment-body .reply a:hover {
    background: var(--secondary);
    transition: 0.6s;
}
h3#comments {
    margin-bottom: 40px;
}

.course-readmore a {
    background: var(--blue) !important;
    opacity: 1;
    border-radius: 50px !important;
    padding: 10px 20px !important;
	padding: 6px 20px;
    border-radius: 3px;
    color: #fff;
    transition: all .3s;
    display: block;
    width: fit-content;
    float: right;
    white-space: nowrap;
    position: relative;
    color: #fff;
    z-index: 1111;
    overflow: hidden;
}
.course-readmore a:after {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: var(--pink);
    content: "";
    transition: .5s;
    transform-origin: center;
    border-radius: 35px;
    z-index: -1;
}
.course-readmore a:hover:after {
    opacity: 1 !important;
    background: var(--pink);
    transform: translate(0, -50%);
    width: 100%;
}
.course-readmore a:hover {
	opacity: 1 !important;
}
.learn-press-courses[data-layout=list] .course {
    background: #F5F5F5;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.learn-press-courses .course-item .course-instructor span {
    color: var(--secondary);
    font-size: 15px;
}
.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item::before{
	color: var(--secondary) !important;
}
div#learn-press-course-description iframe, .content-item-wrap .content-item-description iframe {
    width: 100%;
	height: 450px;
}
.content-item-wrap .content-item-description h1, .content-item-summary h1, .content-item-summary h3, #popup-sidebar .section-header .section-title{
	color:var(--primary) !important;
}
div#wpadminbar {
    display: none;
}
#popup-footer {
	bottom: 20px !important;
}
#popup-footer .course-item-nav .prev, #popup-footer .course-item-nav .next {
    background: var(--pink);
	color: #fff;
	padding: 0 20px;
}
#popup-footer .course-item-nav .prev a, #popup-footer .course-item-nav .next a, #popup-footer .course-item-nav .prev::before, #popup-footer .course-item-nav .next::before {
	color:#fff !important;
}
.lp-archive-courses .course-summary-sidebar__inner>div {
    border-radius: 8px;
}
.lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top {
    box-shadow: 0 2px 7px 0 var(--lp-secondary-color) !important;
}
.content-item-wrap .content-item-description ul li:after, .content-item-wrap .content-item-description ol li:after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 11px;
    height: 11px;
    background: var(--pink);
    content: "";
    border-radius: 100%;
}
.content-item-wrap .content-item-description ul, .content-item-wrap .content-item-description ol{
	padding:0px !important;
}
.content-item-wrap .content-item-description ul li, .content-item-wrap .content-item-description ol li {
    position: relative;
    padding-left: 22px;
    list-style-type: none;
}
 /***footer***/
.foot-up{
	background-image: url(../images/resource/foot2.png) no-repeat 0 0;
	background-size: cover;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #773E7D;
}
.mail-i .title{
	position: relative;
	font-size: 30px;
	padding-left: 93px;
}
.mail-i .title:before{
	content: "";
	position: absolute;
	width: 72px;
	height: 72px;
	top: 0;
	left: 0;
	background-size: cover;
	background: url(../images/resources/mail.svg) no-repeat 0 0;
}
.foot-up-left{
	position: relative;
}
.foot-img1{
	position: absolute;
	bottom: -107px;
	right: 0;
}
.foot-right label{
	margin-bottom: 6px;
	font-size: 18px;color: var(--dark);
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.foot-right input[type="email"]{
	width: 100%;
	border-radius: 100px;
	border: 1px solid #C7C7C7;
	padding: 10px 16px;
	margin-bottom: 20px;
}
.foot-right input[type="email"]::placeholder{
font-size: 12px;
font-weight: 400;

}
.footer-logo{
	width: 50%;
}
.foot-right input[type="submit"]{
	border: none;
    background: var(--secondary);
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 24px;
    transition: 0.5s;
    position: absolute;
    top: 5px;
    right: 3px;
    border-radius: 100px;
}
.foot-right input[type="submit"]:hover{
	background: var(--secondary);
}
.foot-right{
	position: relative;
}
footer{
	background-image: url(../images/resources/footer-bg.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: var(--primary);
	padding: 80px 0 0 0;
}

.foot-dwn{
	padding: 50px 0;
	border-bottom: 1px solid #773E7D;
}

.footer1 p{
	margin: 20px 0;
	color: var(--white);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.foot-so{
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	color: var(--white);
}
.footer-social{
	display: flex;align-items: center;
	justify-content: flex-start;gap: 5px;
}
.footer-social ul{
	display: flex;align-items: center;
	justify-content: flex-start;gap: 15px;
	margin: 0;
}
.footer-social ul li:before{
	display: none;
}
.footer-social ul li{
	margin: 0;
}
.footer-social ul li a{
	color: var(--white);
	transition: 0.5s;
	font-size: 25px;
}
.footer-social ul li a:hover{
	color: var(--primary);
}
.footer-head a{
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 20px;
	color: var(--white);
}
.footer-head{
	position: relative;
	padding-bottom: 8px;
   margin: 0 0 20px;
}
.footer-head:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--secondary);
    width: 42px;
    height: 3px;
}
.footer-menu{
	margin: 0;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer2{
	padding: 0;
}
.footer-menu li{
	margin-bottom: 10px;
	position: relative;
	left: 0;
	transition: 0.5s;
}
.footer-menu li:before{
	display: none;
}
.add li{
	padding-left: 41px;
	position: relative;
}
.add .loc::after{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/icons/loc.png) no-repeat 0 0;
	background-size: cover;
}
.add .ph::after{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/icons/phone.png) no-repeat 0 0;
	background-size: cover;
}
.add .mail-h::after{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/icons/m.png) no-repeat 0 0;
	background-size: cover;
}
.footer2 .footer-menu li a{
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: var(--white);
	transition: 0.5s;
}
.footer2 .footer-menu li:hover{
	left: 10px;
}
.footer2 .footer-menu li:hover a{
	color: var(--secondary);
}
.footer3 .footer-menu{
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer3 .footer-menu li{
	margin: 0;
}
.footer3 .footer-menu li a{
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: var(--white);
	transition: 0.5s;
    word-break: break-word;
}
li.mail-h a {
    flex-wrap: wrap;
}
.footer3 .footer-menu li:first-child :before{
	position: absolute;
	content: "";
	background: url(../images/icons/map.svg) no-repeat 0 0;
	background-size: 20px;
	width: 20px;height: 20px;
	left: 0;
	top: 2px;
}
.footer3 .footer-menu li:nth-child(2) :before{
	position: absolute;
	content: "";
	background: url(../images/icons/phone.svg) no-repeat 0 0;
	background-size: 20px;
	width: 20px;height: 20px;
	left: 0;
	top: 2px;
}

.footer-copy{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 50px;
}
.footer-copy p{
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: var(--white);
	margin: 0;
}
.footer-copy p a{
	color: var(--secondary);
}
.footer-copy p span{
	padding-right: 15px;
	border-right: 1px solid var(--white);
	margin-right: 15px;
}
/*masterclass*/
.frame-work ul li:before {
    display: none;
}
.frame-work-details .nav-pills {
    column-gap: 23px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
}

.frame-work-details .nav-pills .nav-link{
    border-radius: 100px;
    padding: 10px 30px;
    background: #F5F5F5;
    color: var(--primary);
}
.frame-work-details .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary);
    border-radius: 100px;
    padding: 10px 30px;
}
.framew-top {
    text-align: center;
    margin: 50px 0;
}
.prb-box {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 24px;
}
.prb-box p {
    font-size: 16px;
}
.prb-box img {
    width: auto;
}
.prb-box h4 {
    font-size: 22px;
    color: #773E7D;
    margin-bottom: 17px;
    line-height: normal;
}
.frame-work-twocnt {
    margin-top: 60px;
}
.frm-attend-box {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 25px;
    height: 281px;
    display: flex;
    column-gap: 20px;
}
.frm-attend-box figure{
    width: 16%;
    flex: 0 0 auto;
}
.frm-attend-box img, .frm-learn img{
    width: auto;
}
.frm-learn {
    text-align: center;
    margin-bottom: 50px;
}
.frm-learn h4{
	font-size:19px;
	text-transform:capitalize;
	}
/***************************inner page******************/
/* ridier */
/* banner */
.stake-ban .banner-sec{
   padding: 227px 0 100px 0;
}
/* stake-sec */
.stake-img:before{
   right: 42px;
    background-color: var(--pink);
   top: -74px;
}
.stake-img:after{
   border: 1px solid var(--blue);
}
.ml-50{
   margin-left: 50px;
}
/* user-sec */
.ar{
   display: inline-block;
}
.user-i{
   width:100px;
   margin: 0 auto;
   margin-bottom: 10px;
}
.user-but a{
   color: var(--secondary);
}
.user-box{
   text-align: center;
   background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    border: 1px solid transparent;
   border-radius: 12px;
   padding: 30px;
}
.head-col{
   color: #773E7D;
}
.user-p{
   -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
   margin: 10px 0 20px 0;
}

.user-p{}
.end-users.choose-sec .user-p{
    -webkit-line-clamp: initial;
    display: block;
    -webkit-box-orient: initial;
}
.mt-50{
   margin-top: 50px;
}
/*ridier*/
.realf-boxtop{
    position: relative;
}
.realf-boxtop figure:last-child {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    z-index: 11;
}
.realf-box {
    text-align: center;
}
.realf-box img {
    width: auto;
}
.real-frame-details {
    position: relative;
}
.real-frame-details:after {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    height: 29px;
    content: "";
    background: url(https://ridierconsultinggroup.com/wp-content/uploads/2024/05/real-line4.svg) no-repeat;
}
section.rdcomp:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 59%;
    background: #F5F5F5;
    content: "";
    height: 100%;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}
.rd-strategy .stake-img:after{
	display:none;
}
.rd-strategy ul li {
    padding-left: 22px;
}
.rd-strategy ul li:before{
	display:none;
}
.rd-strategy ul li:after {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    background: var(--secondary);
    width: 9px;
    height: 9px;
    border-radius: 100px;
}
/* methodology */
.meth-cont{
   -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.meth-cont li{
   padding-left: 30px;
}
.meth-img{
   position: relative;
   z-index: 1;
}
.meth-img:before{
   content: "";
   position: absolute;
   left: -22px;
    width: 98px;
    height: 71px;
    top: -7px;
    background-color: var(--pink);
   z-index: -1;
}
.meth-img:after{
   content: "";
   position: absolute;
   bottom: 0;
   right: 0;
   background-color: var(--blue);
   width: 107px;
height: 103px;
border: none;
z-index: -1;
}
.new-add .meth-img:before{
   content: "";
   position: absolute;
   left: 50px;
    width: 110px;
    height: 100px;
    top: -35px;
    background: url(../images/resources/mt-s.png) no-repeat 0 0;
    background-size: cover;
   z-index: -1;
}
.new-add .meth-img:after{
   display: none;
}
/* process */
.pro-cont-img img{
   border-radius: 5px;
background: var(--white);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
height: 50px;
width: 50px;
padding: 5px;
}

.pro-box-para h3{
   margin-bottom: 8px;
}
.pro-cont-box{
   display: flex;
   gap: 26px;
}
.process{
   position: relative;
   z-index: 1;
}
.process:after{
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   height: 100%;
   width: 60%;
   background-color: #F5F5F5;
   border-radius: 0px 12px 12px 0px;
   z-index: -1;
}
/* contact */
.contact p{
   color: var(--primary);
}
/* salesforce */
/* inner-banner */
.inner-banner {
    position: relative;
}
.in-ban-img {
    position: relative;
}
.inban-content {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 111;
}
.inban-content1{ }
h2.title4{font-size:30px; line-height:40px;}
 
.inban-b ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
}

.inban-content h2{
   color: var(--primary);
text-align: center;
font-size: 42px;
font-weight: 700;
line-height: 120%;
text-transform: capitalize;
}
.inban-b ul li:before{
   display: none;
   content: unset;
}
.inban-b ul li a{
   color: var(--textcolor);
}
.inban-b ul a.active{
   color: var(--secondary);
}
/* expertise */
.pro-h-box{
   display: flex;
   gap: 20px;
}
.pro-exp-para h3{
   margin-bottom: 10px;
}
.red-but{
   background: #C22D33;
}
.about-img{
   position: relative;
   z-index: 1;
}
.about-img:after{
   content: "";
   position: absolute;
   top: -43px;
    left: -18px;
   background-color: #F6D811;
   width: 158px;
height: 179px;
z-index: -1;
}
.about-img:before{
   content: "";
   position: absolute;
   bottom: -43px;
    right: -39px;
   background-color: var(--blue);
   width: 207px;
height: 153px;
z-index: -1;
}
.hm .about-img:after{
	display:none;
}
/* cta */
.cta-3 .cta-bg{
   background: url('../images/resources/cta3.png') no-repeat 0 0;
   background-size: cover;
}
/* why-choose */
.choose-sec .user-i{
   
   margin-bottom: 20px;
   border-radius: 5px;
background: var(--white);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
padding: 15px;
}
.choose-sec .user-box{
   border: none;
   background: none;
}
.choose-sec h3{
   margin-bottom: 20px;
}
.choose-sec{
   text-align: center;
}
.mb-50{
   margin-bottom: 50px;
}
.cmnbtn3:before {
    background: var(--secondary);
}
/* strategy */
.stra-img{
   position: relative;
   z-index: 1;
}
.stra-img:before{
   content: "";
    position: absolute;
    top: -36px;
    right: -33px;
    background-color: var(--pink);
    width: 158px;
    height: 179px;
    z-index: -1;
}
.stra-img:after{
   content: "";
    position: absolute;
    bottom: -36px;
    left: -33px;
    background-color: #C22D33;
    width: 207px;
height: 153px;
    z-index: -1;
}
/* contact */
.con-form {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid var(--secondary);
}
/* blog-sec */
/* blog-box */
.blog-date{
   display: flex;
   gap: 15px;
}
.cal-img{
   display: inline-block;
}
.cal,.com{
   color:  #C22D33;
font-weight: 700;
line-height: 19.6px;
}
.blog-but a{
   color:  #C22D33;
}
.blog-date span {
    font-size: 14px;
    padding-left: 7px;
}
form[data-form-id="2"] .es-form-field-container .gjs-row{
   margin: 0 !important;
}
.blog-box{
   background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #fff 0%, #F1660D 100%) border-box;
    border: 1px solid transparent;
   border-radius: 12px;
   margin-bottom: 30px;
   box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.blog-box img{
   border-radius: 12px 12px 0 0;
}
.blog-cont{
   padding: 30px;
}
.blog-cont h3{
   margin: 20px 0;
}
/* blog-pagination */
.blog-pagination nav ul li:before{
    background: none;
    content: none;
}
.blog-pagination nav ul li a{
    padding: 10px 17px;
    border: 1px solid #C7C7C7;
    color: var(--dark);
}
.blog-pagination nav ul li{
    margin: 0 16px;
}
.blog-pagination .pagination{
    justify-content: center;
    padding-top: 70px;
    margin-bottom: 0;
}

.blog-pagination .page-link:hover{
    background: var(--secondary) !important;
    color: var(--white) !important;
}
/* blog-details */
.blog-img-date{
    position: absolute;
   left: 30px;
    bottom: 30px;
    background: var(--primary);
    display: inline-block;
    border-radius: 6px;
    padding: 13px 20px;
    text-align: center;
}
.blog-img{
    position: relative;
	height: 205px;
	overflow: hidden;
}
.blog-img a{
	display: inline-block;
	width: 100%;
	overflow:hidden;
	transform:scale(1);
}
.blog-img a img{transition:.5s;}
.blog-box:hover .blog-img a img{
	transform:scale(1.05);
}
.blog-img img{
	height: 100%;
	object-fit: cover;
}
.blog-d-leftbar .blog-img{
	height: auto;
}
.date-num{
    font-size: 24px;
font-weight: 700;
line-height: 34px;
color: var(--white);
position: relative;
padding-right: 22px;
}
.blog-box{
    margin-bottom: 30px;
}
.date-num:before{
    position: absolute;
    content: "";
    left: 82%;
    bottom: 3px;
    background: var(--white);
    opacity: 0.4;
    height: 20px;
    width: 1px;
}
.blog-month{
    color: var(--white);
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
}
.lead-blog-cont{
    padding: 26px 40px;
    background: var(--white);
box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.03);
border: 1px solid var(--border, #ECECEC);
}
.blog-up-cont{
    border-bottom: 1px solid var(--border, #ECECEC);
    padding-bottom: 17px;
}
.blog-up-cont ul {
    padding: 0;
    margin: 0;
}
.blog-up-cont ul li {
    padding: 0;
    display: inline-block;
    list-style: none;
    padding-right: 30px;
    margin-right: 30px;
    /* border-right: 2px solid var(--primary); */
    color: var(--color-2);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.blog-up-cont ul li:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    background: var(--primary);
    top: -4px;
    right: 0;

}
.blog-up-cont ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
    position: static;
}
.blog-up-cont ul li a i{
    color: var(--primary);
    font-size: 18px;
    margin-right: 12px;

}
.blog-up-cont ul li a{
    color:  #565656;

font-size: 16px;
font-weight: 600;
line-height: 26px; 
}
.blog-mid-cont a{
    color: var(--dark);
font-size: 24px;
font-weight: 700;
line-height: 34px; 
}
.blog-mid-cont{
    padding: 23px 0;
}
.blog-btn{
    color: var(--primary);
font-size: 18px;
font-weight: 500;
line-height: 26px;
position: relative;
}
.blog-search-blog{
    position: relative;
    margin-bottom: 30px;
}
.blog-boxes-section .blog__two-item{
    margin-bottom: 30px;
}
.blog-search-blog input{
   padding: 16px 30px;
    width: 100%;
    border: 1px solid  #656565;
 background: var(--white);
}
.blog-search-blog input::placeholder{
   font-weight: 400;
}
.search-but-blog{
    position: absolute;
    top: 16px;
    right: 30px;
}
.search-but-blog i{
    color: var(--primary);
}

.cat-title{
    color: var(--primary);
font-size: 18px;
font-weight: 700;
line-height: 28px;
text-transform: capitalize;
position: relative;
padding-left: 30px;
margin-bottom: 30px;
}
.cat-title:before{
    content: "";
    position: absolute;
    height: 3px;
    width: 18px;
    background: var(--secondary);
    top: 13px;
    left: 0;
}
.categories-sec{
    padding: 40px;
    margin-bottom: 30px;
}
.categories-sec ul li a{
    color: #808080;
    position: relative;
}
.cat-num{
    position: absolute;
    top: -7px;
    right: -24px;
    font-size: 12px;
    color: var(--secondary);
    font-weight: 400;
    display: inline-block;
}
.mr-31{
    right: -31px;
}
.categories-sec ul li{
    margin-bottom: 18px;
}
.search-blog::placeholder{
    font-weight: 600;
    font-size: 16px;
    color: #808080;
  
}


.choose-sec1.choose-sec{
    /*background:var(--primary);*/
    
}
.choose-sec1 .user-box1{
    padding:25px 25px 65px;
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    box-shadow:0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    border: 3px solid transparent;
    border-radius: 12px;
    text-align:left;  
    position:relative;
    
    height:100%;
    
}
.choose-sec1 .user-box1 h6{font-size:22px; line-height:30px; }
.choose-sec1 .user-box1 h3{}
.choose-sec1 .user-box1 p{
    height: 133px;
    overflow: auto;
        padding-right: 5px;
}
.choose-sec1 .user-box1 h3{
  display: -webkit-box;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.choose-sec1 .user-box1 .cmnbtn{position:absolute; left:auto; bottom:25px;}
.choose-sec1 .user-box1 .cmnbtn span{padding: 16px 30px;}

.post__item{
    display: flex;
    gap: 15px;
    align-items: center;
}

.post-title span{
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}
.post-title span i{
    margin-right: 12px;
    margin-top: 12px;
}
.post-title h6 a{
    color: var(--dark);
font-size: 18px;
font-weight: 700;
line-height: 21px; 
}
.post__item{
    margin-bottom: 20px;
}

.item-blog-tags ul li a{
    padding: 14px 21px;
    background: var(--white);
    color: #808080;
    font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
display: block;
	text-align:center;
}
.item-blog-tags ul li{
/*     display: inline-block; */
    margin-right: 12px;
}
.blog-side-bar{
   margin-left: 72px;
}
.blog .blog-box{
   border: none;
   background: none;
}
.blog .blog-box img{
   border-radius: 0;
}
/* .blog .blog-cont{
   padding: 50px 0;
} */
.blog .blog-cont h3 a{
   font-size: 32px;
}
.blog .blog-cont h3,p{
   margin-bottom: 30px;
}
/* blog-comments */
.com-title{
   font-size: 32px;
}
.com-pro{
   display: flex;
   gap: 42px;
   padding: 50px 0;
   border-bottom: 0.5px solid  #EAEAEA;
}
.com-img img{
   width: 140px;
   height: 140px;
}
.com-name{
   font-size: 22px;
}
.com-cont .cmnbtn{
   border-radius: 0;
}
.com-cont .cmnbtn span{
   padding: 14px 28px;
}
.com-cont p{
   margin: 23px 0;
}
.com-cont .cmnbtn:before{
   border-radius: 0;
}
.com-f{
   display: flex;
   justify-content: space-between;
}
.com-date-img{
   display: inline-block;
}
.blog-d-com{
   padding-top: 50px;
   border-top: 0.5px solid  #EAEAEA;
}
.blog-side-bar ul li:before{
   content: unset;
   background: none;

}
.post-img img{
   width: 77px;
height: 82px;
}

/* blog-contact */
.blog-con-form{
   margin-top: 45px;
   padding: 50px;
}
.blog-con-form input,.blog-con-form textarea{
   width: 100%;
   padding:  20px;
   border: none;
   margin-bottom: 30px;
}
/* case-study */
.case-s{
   color: var(--secondary);
font-size: 18px;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
}
.arti-con h5 a{
   font-size: 22px;
    color: var(--dark);
    font-weight: 700;
    line-height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 15px 0;
    transition: 0.5s;
}
.b-text {
    margin-bottom: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-gal{
   margin-bottom: 50px;
}
/* case-study-details */
.case-d h2{
   color: var(--dark);
font-size: 48px;
font-weight: 700;
}
.case-left-side{
   padding: 50px;
   border-radius: 12px;
background: var(--white);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}
.mr-100{
   margin-right: 100px;
}
.bot-loc{
   padding: 30px 0 20px 0;
   border-top: 1px solid  #EAEAEA;
}
.right-sub-sec h4{
   margin: 24px 0;
}
.high-b{
font-size: 18px;
font-weight: 400;
line-height: 32px;
color: #000;
margin-bottom: 20px;
}
.r-sub-img{
   margin: 48px 0;
}
.l-para{
   position: relative;
    padding-left: 15px;
}
.l-para:after{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   background: var(--dark);
   width: 2px;
   height: 100%;
}
.r-sub-img p{
   color: var(--dark);
font-size: 14px;
font-weight: 400;
line-height: 150%;
margin-top: 10px;
}
.para-i{
   font-style: italic;
}
/* webinar */
.live-webinar .inban-b ul{
   justify-content: flex-start;
}
.live-webinar{
   background: var(--lightbg);
}
.live-webinar .banner-sec{
   padding: 90px 0 0 0;
   position: relative;
}
.live-webinar .banner-sec:before{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 2px;
   height: 100%;
   background: url(../images/resources/left-line.png) no-repeat 0 0;
   background-size: cover;
}
.live-webinar h1{
   position: relative;
   z-index: 1;
   padding: 0 0 10px 10px;
}
.live-webinar h1:before{
   position: absolute;
   left: 0;
   top: 0;
   width: 60px;
   height:100%;
   background-color: #F6D811;
   content: "";
   z-index: -1;
	transition: all 1s ease-in-out 0s;
}
/* .in-view h1:before {
    height: 100%;
} */
.live-web-sub{
   color:  #C22D33;
font-size: 18px;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
}
.live-web-head h3{
   color: var(--primary);
font-size: 32px;
font-weight: 700;
}
.present-h{
   color:  #656565;
font-size: 18px;
font-weight: 700;
line-height: 27px;
}
.live-web-bot .present{
   display: flex;
   gap: 5px;
   margin-bottom: 12px;
}
.live-web-bot .present p{
   margin-bottom: 0;
}
.demand h5{
   color: var(--primary);
}
.live-web-img, .live-web-img img{
   border-radius: 12px;
}
/* stories */
.stories-sec{
   border-bottom: 1px solid  #EAEAEA;
}
.pb-60{
   padding-bottom: 60px;
}
.pt-60{
   padding-top: 60px;
   border-bottom: none;
}
/* sucess-story-details */
.suc-cont-div h3{
   color: var(--primary);
font-size: 32px;
font-weight: 700;
margin-bottom: 30px;
}
.suc-cont{
   padding-top: 50px;
}
.suc-d-cont{
   padding: 0 80px;
}
.wh h2, .wh p{
   color: var(--white);
}
/* contact */
.con-add-img{
   width: 35%;
   margin-bottom: 20px;
}
.add-con-sec{
   margin: 50px 0;
}
.con-add-cont h4{
   color: var(--primary);
font-size: 18px;
font-weight: 700;
line-height: 27px; 
}
.con-add-cont p{
   font-size: 14px;
   font-weight: 400;
   line-height: 19.6px;
}
.get-in-touch input,.get-in-touch textarea{
   border-radius: 2px;
border: 1px solid  #EAEAEA;
padding: 18px 20px;
}
.pro-img img{
   width: 60px;
   height: 60px;
}
/* about */
.follow p{
   margin-bottom: 0;
}
.follow h4{
   color: var(--primary);
font-size: 26px;
font-weight: 700;
}
.counter-one__text{
   font-size: 16px;
   margin-bottom: 0;
}
.hist-num{
   width: 20%;
   margin: 0 auto;
   position: relative;
}
.hist-left{
   position: relative;
}
.hist-left:before{
   position: absolute;
    content: "";
    height: 5px;
    width: 42%;
    left: 60%;
    top: 50%;
    /* transform: translate(0, -50%); */
    border-top: 1px dashed #555770;
    z-index: 8;
}
.hist-left:after{
   position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/icons/round.png) no-repeat 0 0;
    background-size: cover;
    top: 17px;
    right: -38px;
}
.hist-body{
   position: relative;
}
.hist-body:before{
   position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
    border-left: 1px dashed #555770;
    z-index: 8;
}
.hist-cont h4{
   color: var(--primary);
font-size: 22px;
font-weight: 700;
line-height: 33px; 
text-transform: capitalize;
}
.ml-80{
   margin-left: 80px;
}
.mr-80{
   margin-right: 80px;
}
.hist-cont{
   position: relative;
}
 /* .hist-cont:before{
   position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/icons/round.png) no-repeat 0 0;
    background-size: cover;
    top: 91px;
    left: -115px;
    z-index: 12;
}  */
.left-bod{
   position: relative;
}
.left-bod:before{
   position: absolute;
    content: "";
    height: 5px;
    width: 42%;
    right: 60%;
    top: 50%;
    border-top: 1px dashed #555770;
    z-index: 8;
}
.left-bod:after{
   position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/icons/round.png) no-repeat 0 0;
    background-size: cover;
    top: 16px;
    left: -35px;
    z-index: 12;
}
.hist-para{
   position: relative;
}
/* .hist-para:before{
   position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/icons/round.png) no-repeat 0 0;
    background-size: cover;
    top: 91px;
    left: 587px;
    z-index: 12;
} */

.stakeholder .cp-box{
   position: relative;
   overflow: hidden;
}

.stakeholder .cp-cont{
   position: absolute;
   padding: 40px 0 20px;
   background: linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
   color: var(--white);
   left: 0;
   bottom: -100%;
   width: 100%;
   opacity: 0;
   transition: 0.5s;
}
.stakeholder .cp-cont h6{
   color: var(--white);
   padding-left: 30px;
   margin: 0;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
}
.stakeholder .cp-box:hover .cp-cont{
   bottom: 0;
   opacity: 1;
}
.h-service-head ul li:before{
	display: none;
}
.h-service-head .nav-pills .nav-link.active, .h-service-head .nav-pills .show>.nav-link{
	background: transparent;
	color: var(--secondary);
}
.h-service-head .nav-link:focus, .h-service-head .nav-link:hover{
	color: var(--primary);
}
.h-service-head .nav-link{
	color: var(--primary);font-weight: 600;
}
.h-service-head .nav{
	justify-content: flex-end;
}


.progressbar {
  display: inline-block;
  width: 100px;
  margin: 25px;
}

.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
}

.circle div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.con-form  .wpcf7-submit, .con-form.inrser-form .wpcf7-submit{
	margin-bottom: 0;
    display: inline-block;
    width: auto;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
	background: #F1660D;
	color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 25px;
}
.ban-bot{
	margin-top: -30px;
}
.why-btn-new .cmnbtn{
	font-size:14px;
}
.why-btn-new .cmnbtn span{
	padding: 12px 17px;
}
.time-counter {
    display: flex;
    column-gap: 41px;
    text-align: center;
}
.time-box span {
    background: linear-gradient(0deg, rgba(238, 0, 184, 1) 0%, rgba(25, 86, 173, 1) 100%);
    color: #fff;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 30px;
    font-weight: 700;
}
.time-box h4 {
    font-size: 15px;
    color: #F1660D;
    padding-top: 16px;
}
.time-box {
    position: relative;
}
.time-box:after {
    position: absolute;
    content: ":";
    right: -23px;
    top: 16%;
    font-size: 30px;
    color: #F1660D;
}
.time-box:last-child:after {
    display: none;
}
.subbanner .banner-sec{
   padding: 227px 0 42px;
}
.subs a {
    color: var(--primary);
}
.claim-l ul li:before {
    display: none;
}
.claim-l .nav-pills .nav-item {
    border-bottom: 2px solid #F5F5F5;
    padding-right: 33px;
}
.claim-l .nav-pills .nav-link {
    color: #656565;
    font-size: 22px;
}
.claim-l .nav-pills .nav-link.active {
    background: none;
    border-bottom: 2px solid var(--pink);
    border-radius: 0;
        color: var(--pink);
}
.claim-details h3 {
    color:#773E7D;
    font-size: 30px;
    margin: 50px 0 30px;
}
.claim-cnt h4 {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}
.claim-cnt{
	display:flex;
	gap:10px;
	margin-bottom:10px;
	align-items: baseline;
}
.claim-cnt .icon{
	width:24px;
}
.claim-cnt p{
	margin:0;
}
.claim-cnt h4 figure {
    margin-bottom: 0;
}
.claim-cnt h4 figure img {
    width: 22px;
}
.claim-l .accordion-item {
    border: 0;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 22px;
    border-radius: 28px;
}
.claim-l .accordion-button:not(.collapsed) {
    color: #000;
    background: #fff;
}
.claim-l .accordion-button:focus {
    box-shadow: none;
}
.accordion-body ul li {
    padding-left: 30px;
    position: relative;
}
.price-details h3 {
    color: #773E7D;
    font-size: 30px;
    margin: 50px 0 30px;
}
.accordion-body ul li:after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    background: var(--pink);
    border-radius: 100px;
}
.claim-cnt p {
    color: #3A3A3A;
}
.payment-box {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 37px;
}
.rdbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.rdbox-l {
    display: flex;
    column-gap: 8px;
    align-items: center;
}
.payment-box h4 {
    color: #C22D33;
    margin-bottom: 35px;
    line-height: 35px;
}
.rdbox-l label {
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.rdbox-l input[type="radio"] {
    width: 22px;
    height: 19px;
}
.rdbox span {
    font-weight: 600;
    font-size: 16px;
}

.pay-top {
    margin-bottom: 40px;
}
.play-form label {
   display: block;
   margin-bottom: 5px;
}

.claim-r input[type="text"],
.claim-r input[type="email"],
.claim-r input[type="password"],
.claim-r input[type="checkbox"],
.claim-r button {
   width: 100%;
   padding: 10px;
   margin-bottom: 22px;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-sizing: border-box;
}
.claim-r form ::placeholder {
    font-size: 14px;
}
.tcon {
    display: flex;
    column-gap: 10px;
    margin: 13px 0 26px;
}
.tcon input[type="checkbox"] {
    width: 20px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.tcon label {
    font-weight: normal !important;
}
.play-form label {
    font-weight: 700;
     font-size: 16px;
    color: #000;

}
.complete-order-btn {
   background-color: #ff69b4; /* Pink color */
   color: #fff;
}

.complete-order-btn:hover {
   background-color: #ff4f9f; /* Darker pink on hover */
}

#paypal_button {
   background-color: #007bff; /* Blue color */
   color: #fff;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   width: 100%;
   padding: 10px;
   box-sizing: border-box;
}

#paypal_button:hover {
   background-color: #0056b3; /* Darker blue on hover */
}

.or-divider {
   text-align: center;
   margin: 10px 0;
   position: relative;
}

.or-divider:before,
.or-divider:after {
   content: "";
   display: inline-block;
   width: 45%;
   border-bottom: 1px solid #ccc;
   position: absolute;
   top: 50%;
}

.or-divider:before {
   right: 5%;
}

.or-divider:after {
   left: 5%;
}
.footer1 .so-i {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.footer1 .so-i img {
    max-width: 23px;
}p.form-submit, p.form-submit input#submit {
    margin-bottom: 0;
}

.crlist li {
    padding-left: 35px;
}
.comment-respond .comment-form p {
    margin-bottom: 10px;
}
.comment-respond .comment-form input {
    margin-bottom: 0;
    padding: 10px;
}
.comment-form textarea#comment {
    height: 104px;
	margin-bottom: 0;
}
p.comment-form-cookies-consent input {
    width: auto;
}
.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    border: 1px solid var(--secondary);
}
div#boxzilla-box-2254-content {
    text-align: center;
}
div#boxzilla-box-2254-content h4 {
	color:var(--primary);
}
.mc4wp-form-fields input {
    width: 100%;
    padding: 10px 10px;
    text-align: left;
/*     margin-top: 18px; */
}
.mc4wp-form-fields ::placeholder{
	font-size:17px;
}
.mc4wp-form-fields input[type="submit"] {
    color: #fff;
    background: var(--pink);
    border: 0;
    width: auto;
    border-radius: 100px;
    padding: 10px 23px;
    font-size: 14px;
}
.pmpro_checkout h2 span.pmpro_checkout-h2-name {
    color: var(--primary);
    font-size: 42px;
}
.pmpro_checkout-fields input, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber {
    width: 100%;
    padding: 8px !important;
    border-radius: 6px !important;
    border: 0 !important;
    border: 1px solid #000 !important;
	    max-width: 100% !important;
}

span.pmpro_asterisk {
    display: none;
}
.pmpro_btn.pmpro_btn-submit-checkout {
    width: auto;
    display: inline-block;
    position: relative;
    background: var(--blue);
    color: var(--white);
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    overflow: hidden;
    border-radius: 35px;
    padding: 14px 20px;
	border:0;
}
.pmpro_btn.pmpro_btn-submit-checkout:hover {
	background:var(--pink);
color:var(--white);
}
div#pmpro_pricing_fields {
    text-align: center;
}
.pmpro_invoice_wrap ul li:before, div#pmpro_account-profile ul li:before {
    display: none;
}
.pmpro_invoice_wrap h2 {
    font-size: 42px;
    color: var(--pink);
}
div#pmpro_user_fields, div#pmpro_payment_information_fields, .pmpro_alert {
    width: 70%;
    margin: 0 auto !important;
}
.pmpro_actionlinks a, .pmpro_actions_nav-left a, .pmpro_actions_nav-right a, a.pmpro_btn {
    display: inline-block;
    text-decoration: none;
    background: var(--blue) !important;
    color: var(--white) !important;
    padding: 3px 20px;
    font-size: 15px;
    border-radius: 10px;
}
.pmpro_actions_nav-left a{
	background: var(--pink) !important;
}
a#pmpro_actionlink-levels {
    margin-top: 20px;
}
.pmpro_advanced_levels-div {
	display: inline-block !important;
}
.pmpro_advanced_levels-div .pmpro_level {
    gap: 10px !important;
}
form.pmpro_form .pmpro_submit {
    text-align: center;
}
#pmpro_payment_information_fields .pmpro_checkout-fields-display-seal{
	display:block !important;
}
.b-content ul li {
    font-weight: bold;
    margin-bottom: 5px;
}
.b-content ul li span {
    color: var(--secondary);
}
.b-content ul li:before{
	display:none;
}
/* .bc-right img {
    max-width: 100%;
    width: auto;
} */
.b-bottom {
    display: flex;
    width: 100%;
	align-items:center;
}
.b-bottom-l {
    width: 35%;
}
.b-bottom-r span {
    display: block;
	text-align:center;
	padding-bottom: 0;
}
span.bvalue {
    font-size: 26px;
    color: var(--secondary);
}
span.lvalue{
	font-size:26px;
}
span.pvalue {
    font-size: 35px;
}
span.pmvalue{
	font-size:16px;
}
.thankyouholder{
	max-width: 700px!important;
}
.thankyoutable{
	margin-bottom: 25px;
}
.innerd {
    display: none;
}
.md-form input, .md-form textarea {
    width: 100%;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 20px;
    border: 1px solid var(--secondary);
    font-size: 15px;
}
.md-form textarea {
    height: 78px;
}
.md-form span.wpcf7-list-item label input {
    width: auto;
}
div#wpcf7-f2402-o1 form p {
    margin-bottom: 0;
}
div#wpcf7-f2402-o1 form input.wpcf7-form-control.wpcf7-submit.has-spinner{
	margin-top:0 !important;
}
.md-form input[type="submit"]{
    margin-bottom: 0;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    background: #F1660D;
    color: #fff;
	}
ul.trm li {
    position: relative;
    padding-left: 20px;
}
ul.trm li:after {
	position:absolute;
	content:"";
	top:15px;
	left:0;
	width:6px;
	height:6px;
	border-radius:100px;
	background:var(--pink);
}
ul.trm li:before {
	display:none;
}
ul.trm li strong {
    color: var(--primary);
}
.mcm-box {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    text-align: center;
    border: 3px solid transparent;
	border-radius:10px;
	height: 450px;
}
.mcm-box img {
    width: auto;
}
.mcm-box span {
    color: var(--secondary);
    font-weight: 800;
}
.mcm-box h3 {
    color: var(--primary);
    padding: 10px 0;
}
span.cdt {
    font-size: 40px;
    color: var(--secondary);
    text-align: center;
    display: block;
    line-height: 58px;
}
.ban-prc span{
	display: inline-block;
}
.ban-prc{
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.ban-prc .bvalue{
	font-size: 30px;line-height: 42px;
	font-weight: 500;
}
.ban-prc .lvalue{
	font-size: 48px;line-height: 52px;
	color: var(--blue);
}
.ban-prc .pvalue{
	font-size: 20px;line-height: 30px;
	font-weight: 500;
}
.ban-mnth{
	margin-bottom: 20px;
}
.b-bottom-r {
    display: flex;
    column-gap: 41px;
    text-align: center;
}
.time-box span {
    background: linear-gradient(0deg, rgba(238, 0, 184, 1) 0%, rgba(25, 86, 173, 1) 100%);
    color: #fff;
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 25px;
    font-weight: 700;
}
.time-box h4 {
    font-size: 15px;
    color: #F1660D;
    padding-top: 16px;
}
.time-box {
    position: relative;
}
.time-box:after {
    position: absolute;
    content: ":";
    right: -23px;
    top: 16%;
    font-size: 30px;
    color: #F1660D;
}
.time-box:last-child:after {
    display: none;
}
.offer-p{
	margin: 20px 0 0;
}
.offer-p li{
	font-size: 20px;font-weight: 600;
	color: #000;line-height: 30px;
	margin-bottom: 10px;padding-left: 30px;
	position: relative;
}
.offer-p li:before{
	display: none;
}
.offer-p li:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(https://ridierconsultinggroup.com/wp-content/uploads/2024/05/security.png) no-repeat 0 0;
	background-size: contain;
	left: 0;
	top: 56%;transform: translate(0,-50%);
	font-size: 15px;
	color: var(--secondary);
}
.cmnbtn.new-pink:before{
	background: var(--blue);
}
.cmnbtn.new-pink{
	background: var(--pink)
}
input#ridier_refund_and_cancellation_policy {
    width: auto;
    left: 41%;
    position: absolute;
}
div#pmpro_checkout_box-more-information {
    text-align: center;
}
input#discount_code_button {
    margin-top: 25px !important;
}
.modal-header {
	padding: 1rem 1rem 0 1rem !important;
	border-bottom:0 !important;
}

.wpcf7-spinner{
	display:none !important;
}
div#ridier_refund_and_cancellation_policy_div label.pmprorh_checkbox_label {
    display: none;
}
div#ridier_refund_and_cancellation_policy_div {
    position: relative;
}
div#ridier_refund_and_cancellation_policy_div p {
    position: absolute;
    left: 43%;
    top: -11px;
}
div#ridier_refund_and_cancellation_policy_div label.pmprorh_checkbox_label {
    display: none;
}
div#pmpro_payment_information_fields{
    padding-top: 25px;
}
ul.agreem-list {
    margin-left: 21px;
}
ul.agreem-list li:before {
    display: none !important;
}
ul.agreem-list li {
    list-style-type: disc;
}
#pmpro_account-links ul li:before{
	display:none;
}
.course-wrap-meta{
    display: none !important;
}
.meta-item-quiz{
    display: none !important;
}
.meta-item-student{
    display: none !important;
}
.course-sidebar-top{
    display: none !important;
}
.speaker-pg .about-img{
	border-radius: 15px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.08)
}
.speaker-pg .about-img img{
	border-radius: 15px;
} 
.speaker-pg .about-img:after {
    content: "";
    position: absolute;
    top: -43px;
    right: -39px;
	left: auto;
    background-color: var(--pink);
    width: 158px;
    height: 179px;
    z-index: -1;
}
.speaker-pg .about-img:before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: -18px;
	right: auto;
    background-color: #C22D33;
    width: 207px;
    height: 153px;
    z-index: -1;
}
.speaker-pg.whoweare{
	padding: 120px 0;
}
.speaker-pg .counter-box {
    padding: 35px 30px;
    border-radius: 12px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg,#F1660D 0%, #ee01b8 100%) border-box;
    border: 1px solid transparent;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
	align-items: flex-start;
	gap: 15px;
}
.speaker-pg .counter-one__icon{
	width: 40%
}
.wju-head{
	font-size: 22px;font-weight: 600px;
	line-height: 33px;color: #773E7D;
	margin-bottom: 10px;
}
.wju-para{
	font-size: 16px;line-height: 26px;
	font-weight: 400;margin: 0;
}
.speaker-pg .counter-one__bottom .row{
	row-gap: 20px;
}



.event-rgt{
	height: 360px;
	position: relative;
}
.event-rgt .event-cir{
	position:  absolute;
	width: 250px;height: 250px;
	border-radius: 50%;
	line-height: 35px;
	flex-wrap: wrap;
	display: flex;align-items: center;
	justify-content: center;
}
.event-rgt .event-cir p{
	font-size: 32px;font-weight: 600;
	color: #fff;
	margin: 0;text-align: center;
}
.event-rgt .event-cir span{
	font-size: 16px;font-weight: 400;
	text-transform: uppercase
}
.event-rgt .event-cir1{
	left: 0;
	bottom: 0;
	z-index: 3;
	background: linear-gradient(to top, #EE00B8 0%, #F6D811 100%);
}
.event-rgt .event-cir2{
	top: 0;left: 50%;
	transform: translate(-50%,0);
	background: rgba(0,0,0,0.5);
	z-index: 2;
}
.event-rgt .event-cir3{
	bottom: 0;right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.speaker-event{
	padding: 0;
}
.sp-event-bottom{
	padding: 80px 0;
}
.sp-event-box{
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #1956AD 0%, #EE00B8 100%) border-box;
    border: 1px dashed transparent;
	display: flex;align-items: center;
	justify-content: space-between
}
.sp-event-box-left{
	padding: 30px;
	display: flex;align-items: center;
	justify-content: center;
	background: linear-gradient(to top, #EE00B8 0%, #1956AD 100%);
	width: 25%;
	height: 221px;
}
.sp-event-box-left p{
	margin: 0;font-size: 22px;
	line-height: 33px;color: #fff;
	text-align: center;
}
.sp-event-box-right{
	padding: 30px;text-align: left;
	width: 75%;
}
.sp-event-box-right h3{
	font-size: 26px;font-weight: 600;
	margin-bottom: 10px;color: var(--primary);
}
.sp-event-box-right p{
	margin: 0;font-size: 18px;
	font-weight: 400;line-height: 30px;
}
/* Center align the form container */
.ridier-the-book-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px; /* Add padding to the container */
    max-width: 500px; /* Set a maximum width for the form */
    margin: 0 auto; /* Center align the form container */
    background-color: #f9f9f9; /* Optional: Add a background color */
    border-radius: 8px; /* Optional: Add border radius */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add box shadow */
}

/* Style input fields */
.ridier-the-book-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px; /* Add margin between form fields */
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Style submit button */
.ridier-the-book-form .wpcf7-submit {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ridier-the-book-form .wpcf7-submit:hover {
    background-color: #0056b3;
}

/* Style reCAPTCHA */
.ridier-the-book-form .g-recaptcha {
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ridier-the-book-form {
        max-width: 100%;
        padding: 15px; /* Adjust padding for smaller screens */
    }
}
.chk-content {
	position:relative;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    text-align: center;
    border: 3px solid transparent;
    border-radius: 10px;
    margin-top: 32px;
}
.chk-content p {
    font-size: 18px;
    padding-top: 17px;
}
div#wpcf7-f2747-o1 .ridier-the-book-form {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid var(--secondary);
    padding-top: 42px;
}
.chk-content img {
    position: absolute;
    top: -50px;
    width: 70px;
    left: 0;
    background: #fff;
}
.s-gly-part{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.08);
	background-image: url(https://ridierconsultinggroup.com/wp-content/uploads/2024/06/Rectangle-69.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.s-gly-part-img{
	opacity: 1;
	transition: 0.5s;
}
.s-gly-part:hover .s-gly-part-img{
	opacity: 0;
}
.s-gly-bottom{
	padding: 15px 20px;
	background: var(--blue);
	position: absolute;
	left: 0;bottom: -52px;
	width: 100%;
	transition: 0.5s;
}
.s-gly-part:hover .s-gly-bottom{
	bottom: 0;
}
.s-gly-bottom h3{
	color: #fff;
	font-size: 18px;font-weight: 600;
	line-height: 27px;margin-bottom: 10px;
}
.s-gly-bottom span{
	display: inline-block;
	font-size: 18;font-weight: 400;
	color: #fff!important;line-height: 32px;
	position: relative;display: flex;
	align-items: center;justify-content:flex-start;
	gap: 10px;
}
.s-gly-bottom a{
	width: 35px;height: 35px;
	border-radius: 5px;
	background-color: #fff;
	display: inline-block;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gly-sch{
	position: absolute;
	content="";
	width: 62px;height: 62px;
	right: -65px;top: 0;
	background: linear-gradient(to top, #EE00B8 0%, #1956AD 100%);
	display: flex;align-items: center;justify-content: center;
	transition: 0.5s;
}
.gly-sch img{
	width: 32px;
	display: inline-block;
}
.s-gly-part:hover .gly-sch{
	right: 0;
}
.sp-gly-button{
	margin-top: 45px;
	text-align: center;
}
.speaker-ban-img{
	border-radius: 20px;
	overflow: hidden;
}
.speaker-ban-sec{
	padding-top: 0;
}
figure.ftqr img {
    width: 150px;
    margin-top: 25px;
}
.social-icons.ftsec {
    display: flex;
    justify-content: end;
}
.s-gl-slider .owl-dots{
	margin: 15px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:12px;
}
.s-gl-slider .owl-dots button.owl-dot{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: var(--pink);
}
.s-gl-slider .owl-dots button.owl-dot.active{
	background:var(--blue);
}div#surveyform form input {
    margin-bottom: 25px;
}
.coachingcall-con a {
    display: block;
    text-align: center;
}
.coachingcall-con a img {
    width: auto;
}

body .sgpb-popup-dialog-main-div-theme-wrapper-5{}
body .sgpb-popup-close-button-5{
	position: absolute;
	right: 25px !important;
    top: 10px;
}
body .sgpb-popup-dialog-main-div-theme-wrapper-5 {
    border: 8px solid var(--primary); 
    background: none;
}
body .sgpb-theme-5-content {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #442e66 !important;
    color: #fff;
    padding:20px 50px !important;
}
body .sgpb-theme-5-content form br{
	display: none;
}
body .sgpb-theme-5-content form label{display: block;}
body .sgpb-theme-5-content form label span.wpcf7-form-control-wrap{
	display: block;
}
body .sgpb-theme-5-content form label span.wpcf7-form-control-wrap input,
body .sgpb-theme-5-content form label span.wpcf7-form-control-wrap textarea{
	width: 100%;
}
body .sgpb-theme-5-content form label span.wpcf7-form-control-wrap textarea{
	height: 80px;
}
body .sgpb-theme-5-content form p{
	margin: 0 0 10px;
}
body .sgpb-theme-5-content .grecaptcha-noscript{display: none;}
body .sgpb-theme-5-content form  
input[type="submit"]{
	    background: var(--pink);
    padding: 10px 30px;
    border-radius: 30px;
    color: var(--white);
    border: none;
    text-transform: uppercase;
}
body .sgpb-theme-5-content form  
input[type="submit"]:hover{
	background: var(--blue); 
	color: var(--white);
}
.coachingcall-img{
	    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.course-item-title.lesson-title{
	text-align: center;
}
.content-item-description.lesson-description h3{
	text-align: center;
}
.content-item-description.lesson-description .wpcf7.js{
	padding: 20px 50px;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #452249 0%, #F1660D 100%) border-box;
    border: 3px solid transparent;
    border-radius: 12px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}
.content-item-description.lesson-description .wpcf7.js form input{
	width: 100%;
}
.content-item-description.lesson-description .wpcf7.js form label{
	width: 100%;
}
.content-item-description.lesson-description .wpcf7.js form textarea{
	width: 100%;height: 130px;
}
.coachingcall-img p{
	display: flex;align-items: center;
	justify-content: center; gap: 15px;
	flex-wrap: wrap;
}
.content-item-description.lesson-description .wpcf7.js iframe{
	height: 80px;border: none;
}
.content-item-description.lesson-description .wpcf7.js form input[type="submit"]{
	padding: 10px 25px;
	border-radius: 30px;
	border: none;
	background: var(--blue);
	color: #fff;
	font-size: 18px;
	transition: 0.5s;
}
.content-item-description.lesson-description .wpcf7.js form input[type="submit"]:hover{
	background: var(--pink);
}
#popup-content .content-item-description.lesson-description h3{
	text-align: left;
}
.content-item-description.lesson-description p b, .content-item-description.lesson-description p strong, .content-item-description.lesson-description li b, .content-item-description.lesson-description li strong{
	color: var(--blue);
}
.con-form.inrser-form {
    background: linear-gradient(180deg, rgba(69, 34, 73, 1) 0%, rgba(238, 0, 184, 1) 100%);
}
.con-form.inrser-form input, .con-form.inrser-form textarea, .con-form.inrser-form select {
    background: none;
    color: var(--white) !important;
    border: 1px solid var(--white);
    padding: 15px 20px;
    border-radius: 6px;
}
.con-form.inrser-form form ::placeholder{
	color:var(--white);
}
.con-form.inrser-form select option {
    color: #000;
}
.con-form.inrser-form .wpcf7-submit {
    background: none;
    border: 1px solid #fff;
    padding: 10px 40px;
}
.con-form.inrser-form .wpcf7-response-output {
    color: var(--white);
    font-size: 15px;
}
h3.pmpro_member_display_name a, .exp-cont h2 a {
    background: var(--pink);
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--white);
}
.img-wcm a img {
    width: 40%;
    margin: 0 auto;
}
.img-wcm a {
    text-align: center;
    display: block;
}










