*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: inherit !important;
}
.custom-header .header-toggles.hide-no-js {
    display: none;
}

p, label, input, a, span, li{
	 font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4, h6{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.header-inner.section-inner,
.container {
    max-width: 1300px;
	width: 1300px;
	padding: 0px;
}
.custom-header .header-toggles.hide-no-js {
    display: none;
}

.custom-header ul li a{
	font-family: "Rubik", sans-serif;
	color: #303030 !important;
	font-size: 17px;
	font-weight: 400;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}
a.booknow-btn {
    width: 165px;
    display: flex;
    height: 68px;
    background: #CD7F2F;
	color: #fff;
	font-family: "Rubik", sans-serif;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border: 1px solid #CD7F2F;
}
a.booknow-btn:hover{
	background: transparent;
	color: #CD7F2F;
	border: 1px solid #CD7F2F;
}
.custom-header .header-titles {
    margin: 0;
}
.custom-header ul li {
    margin-left: 40px;
}
.custom-header .site-logo.faux-heading {
    margin: 0;
}
.topbar-strip li {
    list-style: none;
}

.topbar-strip ul {
    display: flex;
	margin: 0px;
	align-items: center;
}
.header-icon-block .topbar-strip {
    justify-content: space-between;
}
.custom-header ul li a:hover{
	color: #CD7F2F !important;
	text-decoration: none;
}
.topbar-strip nav.nav-menu ul li {
    margin: 0;
    margin-right: 30px;
}
.topbar-strip>ul>li {
    margin-left: 0;
    margin-right: 25px;
}
a{
	text-decoration: none !important;
}
.topbar-strip {
    display: flex;
	align-items: center;
}
.custom-header .header-icon-block {
    margin-bottom: 15px;
/*     padding-bottom: 15px; */
    border-bottom: 1px solid #EAEAEA;
}
.topbanner-new .header-wraper-inner {
    display: flex;
    padding: 65px 0px;
    height: calc(100vh - 174px);
}
.header-banner-new + .right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbanner-new .header-wraper-inner .header-banner-new{
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.topbanner-new .header-wraper-inner .header-banner-new h1 {
    margin: 0;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 100px;
	line-height: 95px;
}
.topbanner-new .header-wraper-inner .right img {
    padding: 30px;
    padding-top: 0;
}
@media screen and (min-width: 1600px) {
    .topbanner-new .header-wraper-inner .right img {
        padding: 0;
        padding-top: 0;
        transform: scale(1.2);
    }
}
header.header-footer-group.custom-header {
    padding-bottom: 15px;
    background: #fff;
}

.topbanner-new {
    width: 100%;
	height: 100%;
	background: #E9DFD6;
	position: relative;
	height: calc(100vh - 200px);
}
.topbanner-new:before {
    content: '';
    background: url(/wp-content/themes/academy/assets/images/bannerbg.png) #E9DFD6;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
}
.header-banner-new p {
    font-size: 23px;
    width: 50%;
    margin-top: 8px;
    margin-bottom: 0;
}
section.iconbar .top-icon
section.iconbar,
section.iconbar .top-icon>div {
    padding: 0;
}
section.iconbar .top-icon a {
    padding: 30px;
    border-left: 1px solid #DDDDDD;
}
section.iconbar .top-icon {
	display: flex;
	background: #fff;
	padding: 0px;
	border-radius: 0;
	border-bottom: 2px solid #CD7F2F;
	/* 	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
section.iconbar .top-icon .icon-bg {
    display: flex;
    align-items: center;
/*     justify-content: center; */
}
section.iconbar .top-icon .icon-bg .icon-bg-text p {
	margin: 0;
	font-size: 24px;
	color: #303030;
	line-height: normal;
}
section.iconbar .top-icon .icon-bg .icon-bg-text label {
    font-size: 18px;
    margin: 0;
    color: #000000;
}
.icon-bg-text {
    padding-left: 12px;
}
section.iconbar {
    position: absolute;
    bottom: -170px;
}
/*section.iconbar .top-icon .center:after,
section.iconbar .top-icon .left:after {
    content: '';
    position: absolute;
    right: 26px;
    background: #DDDDDD;
    top: -40px;
    width: 1px;
    height: 136px;
}*/
.title-n h2 {
    margin: 0;
    font-size: 93px;
    font-weight: normal;
    line-height: 96px;
    color: #3B250F;
	letter-spacing: 0.5px;
}
.title-n span {
    font-size: 49px;
    font-weight: normal;
    font-family: "Bebas Neue", sans-serif;
    color: #CD7F2F;
    line-height: normal;
}
section.welcome-to-aa {
    background: #fff;
    padding-top: 170px;
    display: flex;
	padding-bottom: 120px;
}
section.welcome-to-aa .left {
    padding: 0;
}
section.welcome-to-aa .welcome-inner {
    padding: 0;
	display: flex;
}
.title-n img {
    margin-top: 16px;
}
.welcome-inner .right p {
	font-size: 20px;
	color: #646464;
	/* 	margin-bottom: 50px; */
	margin-bottom: 0;
	margin-top: 10px;
}
.welcome-quot p {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
    line-height: 35px;
    font-size: 20px;
    color: #646464;
}
.welcome-inner .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.welcome-inner-bottom {
    display: flex;
	padding: 0px;
    margin-top: 80px;
}
div#form-home textarea,
div#form-home .full-inner input, div#form-home .full-input input{
	outline: none;
}
div#form-home textarea
{
    height: 9rem;
}
section.welcome-to-aa .welcome-inner-bottom .left {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    padding-right: 50px;
}
.welcome-quot {
    margin-top: 40px;
}
section.welcome-to-aa .welcome-inner-bottom .right {
    padding: 0;
    padding-left: 18px;
}
section.welcome-to-aa .welcome-inner-bottom .left span {
    font-size: 20px;
    color: #646464;
    font-weight: 100;
    padding-top: 10px;
    display: flex;
}
.welcome-inner .right .welcome-quot p {
    margin-bottom: 0px;
}
.iconbar-inner {
    display: flex;
    flex-wrap: wrap;
}
.iconbar-inner .iconbar-inner-box {
    max-width: 20%;
    display: flex;
/*     align-items: center; */
    justify-content: center;
}
.iconbar-inner-box .icon-bg {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.iconbar-inner-box .icon-bg p {
    font-size: 20px;
	color: #fff;
	padding: 0px 15px;
    padding-top: 17px;
    line-height: normal;
	margin: 0px;
}
section.iconbar-finder {
    background: #3B250F;
    padding: 40px 0px;
}

.mentoring-inner {
    display: flex;
    align-items: center;
	padding: 0px;
}
section.mentoring .left img {
    width: 100%;
}
section.mentoring {
    background: #CD7F2E;
	padding: 120px 0px;
	position: relative;
}
section.mentoring:after{
	content: '';
    position: absolute;
    right: 0px;
    background: url(/wp-content/uploads/2025/03/welcome.svg);
    height: 100%;
    background-repeat: repeat;
    width: 100%;
    z-index: 0;
    /* rotate: 90deg; */
	width: 132px;
	top: 0;
	/*     opacity: 9; */
	filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(4486%) hue-rotate(314deg) brightness(89%) contrast(88%);
}
section.mentoring h2 {
    color: #fff;
    margin-bottom: 25px;
}
.mentoring-inner p {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	font-weight: 400;
}
.mentoring-inner .right {
	padding-right: 0;
	padding-left: 56px;
	padding-right: 40px;
	position: relative;
	z-index: 100;
}
section.mentoring .left {
    padding: 0;
	padding-right: 56px
}
.custom-header .topbar-strip ul li:first-child {
    margin-left: 0;
}
section.future-events .title-n span {
	font-size: 39px;
	width: 80%;
	display: flex;
	line-height: 42px;
	margin-bottom: 10px;
}
section.future-events .title-n h2 {
    line-height: normal;
    margin-bottom: 0px;
}
section.future-events .future-inner {
    padding: 0;
    display: flex;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
}

section#partners .future-inner {
    padding: 0;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.future-left, .future-right {
    padding: 0;
}
.future-inner .future-left p {
    margin: 0;
    width: 66%;
    font-size: 20px;
    color: #646464;
    line-height: 39px;
    font-weight: 400;
}
.booknow {
    display: flex;
}
.booknow a.registernoe {
    padding: 24px 32px;
    background: #cd7f2e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
	line-height: normal;
	border: 1px solid #cd7f2e;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
section#mentoring .booknow a.registernoe {
    background: #fff;
    color: #cd7f2e;
    margin-top: 30px;
}
section#mentoring .booknow a.registernoe:hover {
    border-color: #fff !important;
    color: #fff !important;
    background: transparent;
}
section.future-events {
    padding: 120px 0;
	background: #fff;
}
section.future-events .booknow a.registernoe{
	margin-top: 30px;
	margin-bottom: 0;
}
section.future-events .booknow a.registernoe:hover {
    border: 1px solid #cd7f2e;
    color: #cd7f2e;
	background: transparent;
}
.booknow a.registernoe {
    margin-bottom: 60px;
}
section.future-events .booknow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.future-right img {
    width: 100%;
}
.future-client ul
{
    display: flex;
	margin: 0px;
	margin-top: 29px;
}
.future-client {
    display: flex;
}
.future-client li {
    display: flex;
    list-style: none;
	margin: 0px;
	margin-right: 25px;
}
section.future-events.testimonials .future-inner{
	flex-wrap: wrap;
}
section.future-events.testimonials .title-n {
    width: 100%;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
}

.video {
  position: relative;
  max-width: 100%;
  background-color: #000;
}
.video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video__poster {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
  z-index: 10;
  transition: opacity 0.3s, visibility 0s 0.3s;
  cursor: pointer;
}
.video__poster:before {
	width: 58px;
	height: 58px;
	max-height: 75vw;
	max-width: 75vh;
	background-color: rgb(255 255 255 / 85%);
	border-radius: 20%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.video__poster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #000;
  margin-left: 2px;
}
.video__poster--hide {
  opacity: 0;
  visibility: hidden;
}

.video__image {
  display: block;
  width: 100%;
}
#testimonials .video__image {
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: -70px;
}
.video__iframe, .video video,
.video iframe {
  left: 0;
  position: absolute;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
section.future-events.testimonials.aboutus .video__poster, section.future-events.testimonials.aboutus .video:before {
    width: 540px;
    height: 540px;
    position: absolute !important;
    top: 0;
}
section.future-events.testimonials.aboutus .future-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.future-events.testimonials.aboutus  .video
{
background: transparent;
}
section.future-events.testimonials.aboutus video {
    position: relative;
    top: 0;
    border: 0;
    width: 710px !important;
    height: 710px !important;
}
.future-left {
    padding-right: 15px;
}
.future-right {
    padding-left: 15px;
}
.video-text h3 {
    color: #CD7F2F;
    font-size: 39px;
    letter-spacing: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 12px;
    margin-top: 15px;
}
.video-text a{
	 color: #CD7F2F;
    font-size: 19px;
    letter-spacing: normal;
    font-weight: 500;
    line-height: normal;
	text-decoration: underline !important;
}
section.future-events.testimonials h2 {
    margin: 0;
}
section.future-events.testimonials .booknow a.registernoe {
    margin-top: 0px;
}
section.future-events.testimonials .title-n {
    margin-bottom: 35px;
}
section.future-events.surgical-wraper .container-fluid {
	padding: 0;
	background: #E9DFD6;
}
section.future-events.surgical-wraper .future-right {
	padding-left: 100px;
	padding-right: 13%;
	display: flex;
	align-items: center;
	position: relative;
}

section.future-events.surgical-wraper .future-right:after {
    position: absolute;
    bottom: -58px;
    width: 100%;
    content: '';
    background: url(/wp-content/uploads/2025/03/welcome.svg);
    height: 138px;
    right: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(344deg) brightness(103%) contrast(103%);
}
section.future-events.surgical-wraper .future-left {
    padding: 0;
}
section.future-events.surgical-wraper .booknow {
   justify-content: flex-start;
}
section.future-events.surgical-wraper .booknow a.registernoe {
    margin: 0;
    margin-top: 26px;
}
section.future-events.surgical-wraper .title-n h2 {
    line-height: 94px;
    color: #3B250F;    
	margin-bottom: 10px;
}
section.future-events.surgical-wraper .future-right p {
    margin: 0;
    font-size: 20px;
    color: #646464;
    font-weight: normal;
}
.surgical-wraper .future-left img {
    width: 100%;
}
section.future-events.surgical-wraper {
    padding: 0;
}
section.stripe {
    position: relative;
    background: #E9DFD6;
	padding: 0;
}
/* .marquee-row {
    width: 100%;
    overflow-x: hidden;
    padding: 10px 0;
}
.marquee-item-list {
    margin: 0px;
    display: inline-flex;
}
.marquee-item-list li {
    width: 100%;
    list-style: none;
    padding-right: 30px;
    font-size: 35px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
}
li.marqee-last {
    color: #A49460;
    font-weight: 500;
    font-family: "aktiv-grotesk", sans-serif;
    padding-right: 15px;
}
.marquee-block {
  width: 100%;
  overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: flex;
  background: #f4f4f4;
}

.marquee-item-list {
  display: flex;
  gap: 20px;
  min-width: 100%;
  animation: marquee 10s linear infinite;
}

.marquee-item-list li {
  list-style: none;
  padding: 10px 20px;
  background: #593309;
  color: white;
  font-size: 18px;
	margin: 0px;
  border-radius: 5px;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
} */

.marquee-row {
    width: 100%;
    overflow-x: hidden;
/*     border-bottom: 1px solid #A49460; */
    padding: 10px 0;
}
.marquee-block{
  position:relative;
  display: flex;
  width: 100%;  
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list{
	margin: 0px;
 display: inline-flex;
}
.marquee-item-list li{
width: 100%;
list-style: none;
padding-right: 30px;
font-size:35px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	font-weight: 500;
}
ul.marquee-item-list li.marqee-st {
	color: #04437D;
	font-weight: 500;
	font-family: "aktiv-grotesk", sans-serif;
}

li.marqee-last {
	color: #060606;
	padding-right: 15px;
	font-size: 100px;
	font-family: "Bebas Neue", sans-serif;
}
section.stripe li.marqee-center img {
    width: 50px;
}
.marquee1{animation-name: marquee1;}
@keyframes marquee1 {
  0% { left: 0; }
  100% {left: -100%;}
}
section.future-events.testimonials.aboutus {
    padding-top: 0;
    background: #e9dfd6;
}
section.future-events.aboutus .video:before {
    content: "";
    display: block;
    padding-top: 43.25%;
}
section.future-events.aboutus picture {
    overflow: hidden;
    height: 100%;
    display: flex;
    max-height: 556px;
}
.aboutus-top-inner .right, .aboutus-top-inner .right-title,
.aboutus-top-inner, .aboutus-top-inner .left, .aboutus-top-inner .left-title {
    padding: 0;
}
.aboutus-top-inner .left {
    display: flex;
    flex-wrap: wrap;
	padding-right: 15px;
	padding-top: 0px;
}
.aboutus-top-inner .right-title ul {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.aboutus-top-inner .right-title ul li {
	list-style: none;
	display: flex;
	flex-direction: column;
	text-align: right;
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	width: fit-content;
}
.aboutus-top-inner .right-title ul li:after {
    content: '';
    background: #CD7F2F;
    height: 1px;
    width: 111%;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.aboutus-top-inner .right-title ul li strong {
    font-size: 20px;
    color: #000000;
}

.aboutus-top-inner .right-title ul li span {
    font-size: 20px;
    color: #767676;
    font-weight: 400;
}
.aboutus-top-inner .right-title ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: right;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.aboutus-top-inner .left .about-bottom {
	padding: 0;
	margin-top: 80px;
	position: relative;
}
.aboutus-top-inner .left .about-bottom:after {
    content: '';
    background: url(/wp-content/uploads/2025/03/aboutus-icon.svg);
    width: 405px;
    height: 65px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.aboutus-top-inner {
    display: flex;
}
.aboutus-top-inner .right .abouttext {
    padding: 50px 35px;
    background: #CD7F2F;
    color: #fff;
    height: 100%;
}
.abouttext label {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
	margin-bottom: 50px;
    padding-right: 20px;
}
.abouttext p {
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}
section.aboutus-top {
    padding-top: 110px;
    background: #e9dfd6;
}
.abouttext strong{
	font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}
section.map-location iframe {
    width: 100% !important;
    height: 100vh;
    transform: scale(1.8);
    transform-origin: 510px 300px;
    max-height: 720px;
}
.full-inner {
    display: flex;
}
.full-inner .form-home-inner {
    padding: 0;
}
.full-inner .form-home-inner:nth-child(odd) {
    padding-right: 30px;
}
.full-inner .form-home-inner:nth-child(even) {
    padding-left: 30px;
}
div#form-home .full-input {
    padding: 0;
}
.full-inner .form-home-inner br {
    display: none;
}
div#form-home br {
    display: none;
}
label.message-inner,
.full-inner .form-home-inner label, .full-input label{
    position: absolute;
    top: -12px;
    z-index: 10;
    left: 10px;
    background: #fff;
    padding: 2px 10px;
    color: #969696;
    font-size: 18px;
}
.full-inner .form-home-inner label {
    position: relative;
    top: 0px;
    z-index: 10;
    left: 0;
    background: #fff;
    padding: 0;
    color: #969696;
    font-size: 18px;
    padding: 0;
}
.contactus .left {
    padding: 46px 39px;
    background: #fff;
}

div#form-home span.wpcf7-list-item {
    margin: 0;
    margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #CD7F2F;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 11px;
    font-weight: 500;
    text-transform: capitalize;
	border: 1px solid #CD7F2F;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	 background:transparent;
	color: #CD7F2F;
	border: 1px solid #CD7F2F;
}
div#form-home span.wpcf7-spinner {
    display: none;
}
div#form-home .title-n {
    margin-bottom: 17px;
}
div#form-home .full-inner p, div#form-home .full-input p {
    margin: 0;
    margin-bottom: 10px;
}
.col-md-12.full-input span.wpcf7-form-control-wrap {
    width: 100%;
}
.contactus {
    position: absolute;
    top: 35px;
/* 	left: 0px !important; */
}
span.wpcf7-form-control-wrap select {
    padding: 15px 8px;
	border-color: #dcd7ca;
	color: #969696;
}
span.wpcf7-form-control-wrap[data-name="your-subject"] {
    margin-bottom: 14px;
}
span.wpcf7-form-control-wrap select:focus {
    outline: 1px solid #000;
}
section.map-location {
    position: relative;
    padding: 0;
    overflow: hidden;
    max-height: 100vh;
}
.contact-location h4 {
    margin: 0;
}
.contact-location {
    width: 39%;
    background: #fff;
    padding: 15px;
    font-size: 20px;
    color: #646464;
}
.contact-location h4 {
    letter-spacing: 1px;
    font-size: 39px;
    color: #cd7f2f;
}
.contactus .right {
	padding: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-content: flex-start;
}
span.wpcf7-list-item-label {
    color: #969696;
    font-size: 18px;
}
span.wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
}
span.wpcf7-list-item-label a {
    color: #969696;
    text-decoration: underline !important;
}
section.future-events.cbr-section.day-course .cbr-price .cbr-price-bottom {
    padding: 0;
}
section.future-events.cbr-section.day-course .cbr-price {
    margin-bottom: 0;
}
.contact-location {
    width: 100%;
    background: #fff;
}
.footer-credits p {
    font-size: 20px;
    font-weight: normal;
	margin: 0;
	color: #fff;
}
.footer-credits p.powered-by-wordpress {
    padding-left: 5px;
}
footer#site-footer {
	position: relative;
	background: #CD7F2F;
	padding-top: 41px;
	padding-bottom: 60px;
}
.footer-menu-bottom ul{
	display: flex;
	margin: 0px;
}
.footer-menu-bottom li {
	list-style: none;
	margin-top: 0px;
}
.footer-menu-bottom li a {
    color: rgb(255 255 255 / 72%);
    font-size: 17px;
}
footer#site-footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/wp-content/uploads/2025/03/welcome.svg);
    height: 36px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(344deg) brightness(103%) contrast(103%);
    opacity: 0.4;
}
a.to-the-top span.to-the-top-long {
    display: none;
}
a.to-the-top span.to-the-top-short {
    display: block;
    font-size: 0;
}
a.to-the-top span.to-the-top-short span.arrow {
    font-size: 25px;
    background: #af661c;
    padding: 10px;
    color: #fff;
}
.footer-menu-bottom li a {
/*     color: #fff !important; */
    font-size: 17px;
}
a.to-the-top {
    position: fixed;
    left: 5%;
    bottom: 5%;
}
span.wpcf7-not-valid-tip {
    white-space: nowrap;
}
span.wpcf7-form-control-wrap {
    min-height: 54px;
    display: inline-block;
}
section.future-events.cbr-section .title-n h2 {
    line-height: 93px;
}
section.future-events.cbr-section .future-left .title-n p {
    width: 100%;
}
.sessions-show {
    display: flex;
    position: absolute;
    z-index: 0;
/*     bottom: 20px; */
}
.cbr-section-text {
    padding: 10px;
	background: #fff;
	padding-bottom:0;
}
.sessions-show ul {
    margin: 0;
/* 	background: #fff;
	padding: 20px;
	border: 2px solid #CFBEA9; */
}
.sessions-show ul h3{
    margin: 0;
	font-size: 30px;
	color: #CD7F2F;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: normal;
}
.sessions-show ul li {
    font-size: 20px;
    line-height: 35px;
    color: #646464;
/* 	white-space: nowrap; */
	border-bottom: 1px solid #C5C5C5;
	padding-bottom: 6px;
	margin-bottom: 6px;
	list-style: none;
	margin-left: 0;
    padding-left: 25px;
	position: relative;
}
section.future-events.cbr-section .future-right .zoom-img {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
section.future-events.cbr-section .future-right img {
    width: 85%;
}
.sessions-show ul li:last-child {
    border: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sessions-show ul li:before {
    content: '';
    background: url(/wp-content/uploads/2025/03/Vectornew.png);
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 12px;
}
section.future-events .cbr-price .booknow a.registernoe {
    margin: 0;
}
.cbr-price .cbr-price-bottom {
	display: flex;
	padding-left: 20px;
}
.cbr-price {
	display: flex;
	align-items: center;
	width: 70%;
	padding: 0px;
	border: 2px solid #CFBEA9;
	justify-content: space-between;
	margin-top: 55px;
	margin-left: 8px;
	margin-bottom: 20px;
}

.future-right {
    display: flex;
    flex-wrap: wrap;
}
.partner-logo.half:nth-child(odd) {
    border-bottom: 1px solid #D9D9D9;
}
.partner-logo.half:nth-child(even) {
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.partner-logo.half {
    padding: 50px;
}
.partner-logo.full {
    padding: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 50px;
}
section.future-events.partners {
    position: relative;
}
section.future-events.partners:after {
    position: absolute;
    bottom: 107px;
    width: 100%;
    content: '';
    background: url(/wp-content/uploads/2025/03/welcome.svg);
    height: 132px;
    left: 0;
    opacity: 0.3;
}
section.future-events.partners .future-right {
    padding: 0;
}
.partner-logo.half:nth-last-child(2),
.partner-logo.half:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
section.future-events.partners .title-n h2 {
    margin: 0;
    line-height: 90px;
}

section.future-events.cbr-section.day-course .sessions-show {
    position: inherit;
    bottom: inherit;
}
section.future-events.cbr-section.day-course .sessions-show ul li{
	white-space: inherit;
}
section.future-events.cbr-section.day-course .sessions-show ul li {
    white-space: inherit;
    line-height: normal;
    font-weight: revert;
}
section.future-events.cbr-section.day-course .sessions-show ul li:before {
    left: 0;
    top: 16%;
}
.day-course .cbr-section-text li {
    font-size: 20px;
    line-height: 30px;
    color: #646464;
	font-weight: normal;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 8px;
    margin-bottom: 8px;
    list-style: none;
    margin-left: 0;
    padding-left: 25px;
    position: relative;
}
section.future-events.cbr-section.day-course .sessions-show ul li {
    white-space: inherit;
    line-height: 30px;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
section.future-events.cbr-section.day-course .cbr-section-text {
    padding: 0;
/*     padding-top: 20px; */
	background: transparent;
}
section.future-events.cbr-section.day-course .cbr-price {
    margin-left: 0;
    margin-top: 30px;
	border: 0;
}
.cbr-section.day-course .cbr-section-text h3 {
	font-size: 20px;
	font-weight: 600;
	font-family: "Rubik", sans-serif;
	letter-spacing: normal;
	margin-bottom: 17px;
	margin: 0;
	text-transform: uppercase;
}
section.future-events.cbr-section.day-course ul {
    padding: 0;
    border: 0;
    background: transparent;
    margin-left: 0px;
}
.course-box .zoom-img {
    width: 30%;
}
.course-box-text {
    width: 65%;
}
.course-box-text strong {
    font-weight: normal;
    color: #000;
}
.course-box-text span, .course-box-text span a{
    color: #cd7f2e;
}
.course-box-text a {
    text-decoration: underline;
}
.eventvanue {
    font-size: 14px;
    padding: 0 20px 20px 20px;
    width: 90%;
    z-index: 1;
    color: #000;
    padding-right: 60px;
    position: relative;
}
.eventvanue i {
    position: absolute;
    right: 0;
    padding: 15px;
    top: 0;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
}
.eventvanue i.copied:before {
    content: "\f00c";
}
.cbr-section.day-course .future-right .cbr-section-text h3 {
    color: #cd7f2e;
    margin-bottom: 15px;
}
.course-right {
    padding-left: 30px;
    padding-right: 0;
	display: flex;
	flex-direction: column;
	margin-top: 72px;
}
.cbr-coursenew .course-right {
    margin-top: -15px;
}
section.future-events.cbr-section.day-course.cbr-coursenew .course-left p {
    padding-right: 100px;
}
.pt-5.cbr-coursenew {
    align-items: center;
}
/*.col-md-6.course-right {
    margin-top: 75px;
}*/
.cbr-section.day-course .future-right ul {
    margin-left: 0;
}
.cbr-section.day-course .future-right {
    padding-left: 30px;
}
section.future-events.cbr-section.day-course .cbr-section-text li:after {
    content: '';
    background: url(/wp-content/uploads/2025/03/Vectornew.png);
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 16%;
}
.day-course .cbr-section-text li:last-child {
    border-bottom: 0px;
}
.course-left h4 {
    font-size: 49px;
    letter-spacing: normal;
    color: #cd7f2e;
    line-height: normal;
    margin: 0;
	font-weight: 500;
}
.course-left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    padding-right: 40px;
    color: #646464;
}
.course-right p {
    font-size: 20px;
    font-weight: 400;
	line-height: 35px;
	color: #646464;
}
.course-right p a {
    color: #CD7F2F;
}
section.future-events.cbr-section.day-course .row.margin-none {
	margin: 0px;
/*    margin-top: 40px;*/
}
/*section#courses .course-left {
    margin-top: 70px;
}*/
.course-left p a {
    color: #CD7F2F;
    white-space: nowrap;
}
.course-box-text li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.course-box-text li span{
	font-weight: 400;
}
.eventvanue a {
    color: #cd7f2e;
    text-decoration: underline !important;
}
.bookingnow {
    margin-top: 25px;
}
.course-left {
    padding: 0;
}
.course-box-text ul {
    margin-bottom: 0;
}
a.bookingnow {
    font-size: 16px;
    color: #CD7F2F;
    text-decoration: underline !important;
}
.course-right .course-box {
    position: relative;
    background: rgb(255, 255, 255);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.course-box-inr {
    width: 100%;
    display: flex;
    padding: 20px;
}
.course-right .course-box:after {
    content: '';
    position: absolute;
    width: 100px;
    background: url(/wp-content/themes/academy/assets/images/logoicon.png);
    height: 100%;
    right: -21px;
    opacity: 0.5;
    background-repeat: repeat !important;
    top: 0;
}
section.future-events.cbr-section.day-course {
    position: relative;
    padding-bottom: 180px;
    background: linear-gradient(to bottom, rgba(245, 239, 224, 1) 0%, rgba(235, 226, 216, 1) 100%);
}
section.future-events.cbr-section.day-course:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    /* content: ''; */
    background: url(/wp-content/uploads/2025/03/welcome.svg);
    height: 132px;
	left: 0;
	opacity: 0.2;
    z-index: 100;
}
.topbanner-new .header-wraper-inner .header-banner-new h1 strong{
	font-family: "Bebas Neue", sans-serif;
    font-size: 100px;
    color: #cd7f2f;
    font-weight: normal;
}
.custom-header nav.newtop-menu ul li {
    margin-left: 35px;
}
section.future-events.testimonials .future-left:last-child {
    padding-right: 0;
    padding-left: 15px;
}
.footer-menu-bottom li a:hover {
    text-decoration: underline !important;
}
.custom-header .header-navigation-wrapper nav ul li a{
	position: relative;
	padding: 0px 10px;
}
.custom-header .header-navigation-wrapper nav ul li a:after{
    content: '';
    position: absolute;
    bottom: -9px;
    width: 0%;
    height: 1px;
    background: #cd7f2f;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: all 0.5s;
    left: 0px;
}
.custom-header .header-navigation-wrapper nav ul li a:hover:after{
    width: 100%;
    left: 0px;
}
/* .zoom-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    overflow: hidden;
    display: flex;
}
.zoom-img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
} */

.client-wraper {
    padding: 0px;
}

#partners .owl-stage-outer:before {
    content: '';
    position: absolute;
    left: 0;
    width: 43px;
    height: 100%;
    background: #000;
    background: rgb(255, 255, 255);
    z-index: 1000;
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
#partners .owl-stage-outer:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0px;
    width: 43px;
    height: 100%;
    background: #000;
    background: rgb(255, 255, 255);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, rgb(255 255 255) 92%, rgb(255 255 255) 100%);
}
#partners .item {
    padding: 30px;
}
.clients-carousel {
    padding: 90px 0;
}
section#partners .clients-carousel {
    padding-bottom: 200px;
}
#partners .item {
    padding: 30px;
    background: #fff;
    border: 1px solid #e9dfd6;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}
.contactus {
    width: 660px;
    max-width: 100%;
}
.mapaddress {
    width: 260px;
    position: absolute;
    right: 0;
    top: 35px;
}
.contact-location p {
    margin: 0;
}
.course-box h3 {
    color: #cd7f2e;
    font-size: 20px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    letter-spacing: normal;
    width: 100%;
    padding: 20px 20px 0px 20px;
    margin: 0;
}
.course-right.courseleft {
    padding: 0;
}
.course-box-inr .zoom-img img {
	height: 140px;
	width: 100%;
	object-fit: cover;
}
ul.course-list strong {
    color: #646464;
}
ul.course-list p {
    margin: 0;
}
.cbr-section-text ul p {
    width: 100% !important;
}
.future-left.new .title-n p,
.future-left.new .title-n h2 {
    text-align: center;
    width: 100%;
}
.future-inner .title-n {
    padding: 0;
    margin-bottom: 40px;
}
.cbr-price a.registernoe {
    padding: 24px 21px;
}
section.future-events .title-n .cbr-price-bottom span {
    font-size: 57px;
    line-height: 57px;
    color: #CD7F2F;
	font-family: "Bebas Neue", sans-serif;
	padding-left: 0px;
	width: auto;
	margin: 0;
}
section.future-events .title-n .cbr-price-bottom label{
	font-size: 25px;
	font-weight: 500;
	display: flex;
	width: 50%;
	padding-left: 16px;
	line-height: normal;
	margin: 0;
}

section#livesurgery .cbr-price .cbr-price-bottom span {
    font-size: 57px;
    line-height: 57px;
    color: #CD7F2F;
    font-family: "Bebas Neue", sans-serif;
    padding-left: 0px;
    width: auto;
    margin: 0;
}
section#livesurgery .cbr-price .cbr-price-bottom label{
    font-size: 25px;
    font-weight: 500;
    display: flex;
    width: 50%;
    padding-left: 16px;
    line-height: normal;
    margin: 0;
}
.bottom-course.course-right {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
	justify-content: space-between !important;
	flex-direction: inherit;
	margin-top: 30px;
}
.bottom-course.course-right .course-box {
    width: 49%;
    max-width: 49%;
    flex: 0 0 49%;
}
.course-left ul.course-list {
    display: none;
}