html {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.7;
    
}

html,input,textarea, button{
  font-family: 'Syne', sans-serif;
  font-weight: 500;
}

input{
  outline: none;
}

section{
  background-color: #fff;
  position: relative;
  padding: 90px 0;
}


.doubleimg{
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  min-height: 700px;
}

.doubleimg_fix_screen{
  width: 100%;
  height: 100vh;
  min-height: 700px;
}



.btnrev{
  color: #e40f17;
  text-decoration: underline;
}

.page-id-2075 .breadcrumb_last{
  display: none;
}

*, *:before, *:after {
box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
font-weight: normal;
}

h1,h2,h3,h4,h5{
  font-weight: 500;
}

p{
  margin:15px 0;
}


ol, ul {
list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a{
  text-decoration: none;
}

.body_top_fix{
  margin-top: 100px;
}


.article-h1{
  font-size: 2rem;
}

.article-content{
  max-width: 800px;
}


.wp-block-image {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin: 0;
}

.size-full {
  margin: 0 !important;
  width: 100%;
}

.wp-block-image img, .size-full img{
  width: 100%;
}

.wp-block-image img{
  padding: 0;
}
.wp-block-image figcaption, .wp-block-image figure{
  color: #777;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.alignright figcaption{
  text-align: right !important;
}

.alignleft figcaption{
  text-align: left !important;
}

.single-bg{
  width: 100%;
  height: 500px;
  background-color: #ededed;
  background-size: cover;
  background-position: center;
}

.text-right{
    text-align: right !important;
}

.text-left{
    text-align: left !important;
}

.text-center{
    text-align: center !important;
}


.header{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: 1.5s all cubic-bezier(0.07, 0.33, 0, 1);
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
}

.header a{
  color: #4B3473;
  text-decoration: none;
  vertical-align: middle;
  padding: 5px;
}

.header .cta{
  display: none;
}

.menu-item{
    display: block;
}

.last_items > .menu-item{
  width: 40%;
  display: inline-block;
}

.last_items > .menu-item:first-child{
  width: 59%;
}


.menu-item ul li a{
  margin: 0;
  padding: 0;
}

.menu-item ul li a:hover{
  text-decoration: underline !important;
}

.menu-item ul .menu-item{
  padding-left: 0 !important;
  vertical-align: top;
}

.menu-item .title_mm_r{
  font-weight: 500;
  color: #4B3473;
  font-size: 1.2rem;
}

.lmm h5 {
  font-family: condor;
  text-transform: uppercase;
  color: #4B3473;
}

.lmm h2{
  color: #4B3473;
  font-size: 2.5rem;
}

.lmm a{
  display: block;
  color: #e40f17;
  text-decoration: underline;
  margin-top: 25px;
}

.lmm p{
  color: #777;
  line-height: 1.4;
}

.txlf-imgr{
  color: #777;
}

.listicons img{
  height: 60px;
  width: 100%;
  object-fit: contain;
}

.txlf-imgr h2, .listicons h2, .fblocks h2{
  color: #4B3473;
  font-size: 1.5rem;
  font-weight: normal;
}

.txlf-imgr h2{
  font-family: condor, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
}

.txlf-imgr h2 small{
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: block;
}

.fblocks h2{
  font-size: 2rem;
}


.reviews h2{
  font-weight: normal;
  font-size: 1.7rem;
  color: white;
}

.angle-bottom{
  background: linear-gradient(-185deg,white  70%,  #4B3473 70%);
}

.angle-bottom-grey{
  background: linear-gradient(-185deg,#F8F8F8  70%,  #4B3473 70%);
}

.half-purple{
  background: linear-gradient(#4B3473 50%, white  50%  );
}

.grey{
  background-color: #F8F8F8;
}

.grey h3{
  font-size: 2rem;
}

.large-text h3{
  font-style: italic;
  text-transform: uppercase;
  font-family: condor,sans-serif;
  color: #4B3473;
  font-size: 2rem;

}

.large-text .btn{
  margin: 0;
}

.icon-new{
  width: 70px;
}

.curve{
  border-radius: 30px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.programs h3, .programs h2{
  color: #4B3473;
  font-style: italic;
  text-transform: uppercase;
  font-family: condor,sans-serif;
}

.programs p{
  color:#706F6F ;
}

.return{
  margin-top: 0;
  right: 0;
  padding-left: 35px;
  font-size: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

.return svg{
  left: 0;
  transform: rotate(180deg);
}




#mobile_nav{
    height: 100%;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 35%;
  left: 0;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}


#menuToggle > span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #4B3473;
  border-radius: 1px;  
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle > span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle > span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle > input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #4B3473;
}


#menuToggle > input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle > input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 300px;
  height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 60px;
  text-align: left;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu a {
  color: #4B3473;
  font-size: 1rem;
  padding: 0;
}

#menu li
{
  padding: 0;
  font-size: 22px;
}

#mobile_nav #menu{
  background: #fff;
  color: #4B3473;
  position: fixed;
  top: 0;
  bottom: 0;
  padding-right: 25px;
  overflow: auto;
  width: 95%;
  display: block;
  height: 120%;
  box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 10%);
}

#mobile_nav #menu svg{
  margin-top: 7px;
  right: 0;
  position: absolute;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
#logo_mobile{
  display: block;
  padding: 12px 0;
}

#logo_mobile img{
  max-height: 50px;
}

#logo{
  background: white;
  height: 85px;
  position: absolute;
  top: 0;
  width: 147px;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 10%);
}

#logo img{
  max-width: 130px;
  display: inline-block;
  vertical-align: middle;
  
}
#nav-main{
    vertical-align: middle;
    float: right;
    padding: 10px 0;
}


#menu li{
    display: block;
}


.uc{
    text-transform: uppercase !important;
}

.prttle{
  font-style: italic;
  font-size: 1.4rem;
  font-family: condor,sans-serif;
}

/*
.btn{
    background: #e40f17;
    color: white;
    display: inline-block;
    margin: auto;
    width: auto;
    border: 0;
    cursor: pointer;
    font-size: 1.2rem;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}

.btn svg{
  fill: #fff;
  margin-left: 10px;
  width: 56px;
  height: 23px;
  vertical-align: middle;
  float: right;
  margin-top: 5px;
}*/


.btn{
  background: #e40f17;
  color: white;
  margin: auto;
  border: 0;
  cursor: pointer;
  font-size: 1.2rem;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  display: flex;
  width: max-content;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.btn svg{
    fill: #fff;
    width: 40px;
    height: 25px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 20px;
}

.btn span{
  display: flex;
  align-items: center;
}


.btn-purple{
  background: #432367;
  color: white;
  margin: auto;
  border: 0;
  cursor: pointer;
  font-size: 1.2rem;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  display: flex;
  width: max-content;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.btn-purple svg{
    fill: #fff;
    width: 40px;
    height: 25px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 20px;
}

.btn-purple span{
  display: flex;
  align-items: center;
}

.btn-purple:hover{
  background-color: #2E1050;
}



.long-btn{
  bottom: 0;
  position: absolute;
  width: 100%;
  margin-bottom: 60px;
  max-width: 400px;
}

.long-btn img{
  position: absolute;
  right: 20px;
  width: 40px;
  margin-top: 4px;
}

.long-btn:hover img{
  animation: arrowbtn 8s ease-in-out 0s infinite alternate-reverse both;
}


.btn:hover{
  background-color: #950C16;
}


.container-stretch{
    max-width: 850px;
    margin: auto;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current_page_item a{
  cursor: default;
}

.covervideoimage{
  position: relative;
  top: 0;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.covervideoimage .contentcvi{
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

video {
  position: absolute;
  top: 0;
  height: 102vh;
  width: 239.777778vh;
  min-width: 100%;
  min-height: 57.25vw;
  margin-top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.covervideoimage::after{
  content: ' ';
  background: #432367;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: .3s all cubic-bezier(0.6, -0.28, 0.735, 1);
  animation: fadeBG 1s ease-in 0s 1 normal none;
  opacity: .5 !important;
}



.loadmore{
  cursor: pointer;
}

.pagination li{
  display: inline-block;
}

.comment-box{
  display: block;
}

.formcontact input[type="text"], .formcontact input[type="email"], .formcontact textarea{
  display: block;
  width: 100%;
  padding: 17px;
  border: 0;
  border-bottom: 4px solid transparent;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  outline: none;
}

.formcontact button.btn svg {
  margin-top: 0;
}
.formcontact button{
  text-align: left;
  padding: 19px 13px 19px 22px  !important;
}



.formcontact input[type="text"]:focus, .formcontact input[type="email"]:focus, .formcontact textarea:focus{
  border-bottom: 4px solid #4B3473;
}

.formcontact input[type="radio"]{
  float: left;
  margin-top: 8px;
  padding-left: .5px;
  text-align: center;
}

.wpcf7-form-control-wrap{
  margin: 21px 0;
  display: block;
}

.formcontact h1{
  color: #4B3473;
  font-size: 3rem;
}

.formcontact .desc{
  color: #777;
}

.desc p{
  margin: 1rem 0;
}
.formcontact .desc a{
  color: #e40f17; 
  text-decoration: underline;
}

.imgcontact{
  width: 80px;
  height: 80px;
}

.formcontact .text-left{
  margin-top: 90px;
}

.formcontact .desc strong{
  color: #4B3473;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 25px;
  display: inline-table;
}

.formcontact h2{
  color: #4B3473;
}
.wpcf7-list-item{
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  margin: 0;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  margin: 0;
}


.wpcf7-spinner{
  display: none;
}

.invalid .wpcf7-spinner, .failed .wpcf7-spinner{
  display: block;
}

.wpcf7-form.submitting .wpcf7-spinner{
  margin: 20px auto !important;
  display: block;
}

.lz[data-loaded="true"]{-webkit-animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both;animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}


#mapblock{
  height: 500px;
  width: 100%;
  background: #777;
}


.faq_question{
  cursor: pointer;
  
  padding: 10px 0;
}

.faq_answer{
  display: none;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both;animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both;
}

.faq_answer p{
  display: block;
}

.faq_answer p strong{
  display: block;
  margin: 15px 0;
}

.mapcont .msgtl {
  z-index: 1;
  background: #4c3573;
  text-transform: uppercase;
  padding: 20px 55px 20px 20px;
  font-size: 1rem; 
}

.a_q{
  color: #432367;
  border-bottom: 1px solid #432367;
  position: relative;
}
.faq_answer{
  color: #777;
  padding-bottom: 20px;
}

.faqs h1{
  color: #432367;
  font-size: 3rem;
}
.faqs h3{
  color: #432367;
  font-size: 2rem;
}

.a_q::after{
  content: '+';
  position: absolute;
  right: 20px;
  width: 22px;
  height: 21px;
  color: #fff;
  background: #432367;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5rem !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  top: 14px;
  align-content: center;
  cursor: pointer;
}

.a_q.open::after{
  content: '-';
  position: absolute;
  right: 20px;

}

.a_q.open .faq_answer{
  display: block;
}


div.a2a_full_footer{
  display: none;
}
.a2a_menu,.a2a_mini{
  border-radius: 0 !important;
}

.content h1, .content h2, .content h3, .content h4, .content h5{
  margin: 20px 0;
}

.content a{
  color: #e40f17;
}

.content li{
  list-style-type: disc;
  list-style-position: inside;
  
}

#footer{
  background-color: #4B3473;
  color: #fff;
  position: relative;
}

#footer a{
  color: #fff;
  
}

.normal_content h1{
  font-size: 2rem;
}

.normal_content .content .btn{
  padding: 10px 15px;
  margin: 20px 0;
  background-color: #fff;
  border: 2px solid #e40f17;
  color: #e40f17;
}

.normal_content .content .btn img{
  margin-left: 30px;
}
.normal_content .content .btn:hover img{
  filter: brightness(0.5);
}

.normal_content .content .btn:hover{
  
  color: #950C16;
  border-color: #950C16;
} 

.faq_question{
  position: relative;
}

.faq_question, .faq_answer{
  max-width: 85%;
}

.sub_footer {
  position: relative;
}

.sub_footer input[type="email"]{
  position: relative;
  width: 100%;
  padding: 22px 16px;
  
}





.sub_footer input[type="submit"]{
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px 10px;
  border: 0;
  width: 40px;
  height: 40px;
  background: #e40f17;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-image: url('../img/longarrows.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  cursor: pointer;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sub_footer input[type="submit"]:hover{
  background-color: #4B3473;
}

.last_block{
  background-color: #563a76;
  border-top: 1px solid #5a3e79;
  color: #777;
  position: relative;
}

.last_block a, .last_block{
  color: #b4b4b4;
  font-size: .9rem;
}

.last_block a:hover{
  text-decoration: underline;
  color: #fff;
}


#aftercontent{
  margin-top: 20px;
}

#aftercontent .single-tag{
  margin-right: 10px;
}

.megamenu{
  position: absolute;
  background: #F8F8F8;
  left: 0;
  right: 0;
  top:65px;
  min-height: 140px;
  display: none;
  animation: mega .5s cubic-bezier(0.165, 0.84, 0.44, 1) .2s 1 normal both;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}

.top_active, .top_mega.current-menu-item, .top_mega.current-menu-ancestor{
  background: #F8F8F8;
}

.mmvisible{
  display: block !important;
}

@keyframes mega {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}



.pr{
  position: relative;
}

.half-cover {
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.half-cover svg{
  margin-left: 10px;
  width: 56px;
  height: 23px;
  vertical-align: middle;
}



.half-left .btn svg{
  fill: #4B3473 !important;
}

.half-left .btn:hover svg{
  fill: #fff !important;
}


.half-left{
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
  width: 57.5%;
  z-index: 1;
}

.half-left .btn:hover{
  background: #4B3473;
  color: #fff;
}

.half-right{
  width: 57.5%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
}

.half-cover .vc{
  padding: 15px;
}

.half-left .vc{
  max-width: 80%;
  left: 0;
}

.half-right .vc{
  max-width: 80%;
  right: 0;
}

.vc {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.half-left::before, .half-right::before{
  content: ' ';
  background: #41bbcb;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: .3s all cubic-bezier(0.6, -0.28, 0.735, 1);
  animation: fadeBG 1s ease-in 0s 1 normal none;
  opacity: 1;
}

@keyframes fadeBG {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.half-left:hover::before, .half-right:hover::before{
  opacity: .5 !important;
}


.half-right::before{
  background: #4B3473;
}


.half-right .btn{
  background: #e40f17;
}
.half-right:hover .btn:hover{
  background: #fff;
  color: #e40f17;
}
.half-right:hover .btn:hover svg{
  fill: #e40f17;
}

.half-left .btn{
  background: #fff;
  color: #4B3473;
}

.half-cover .btn{
  font-size: 1.2rem;
}

.half-cover .btn img{
  width: 40px;
  margin-top: -4px;
  margin-left: 10px;
}

.half-cover .btn:hover svg{
  animation: arrowbtn 8s ease-in-out 0s infinite alternate-reverse both;
}


.half-left .btn{
  color: #4B3473;
}

.roundedimg img {
  border-radius: 30px;
  width: 100%; 
  max-width: 450px; 
  height: auto; 
  object-fit: cover; 
  object-position: center; 
}



@keyframes arrowbtn {
  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60% {
    transform: translateX(10px);
  }

  80% {
    transform: translateX(8px);
  }

  90% {
    transform: translateX(-8px);
  }
}


.diagonalimg{
  min-height: 600px;
}

.lightblue{
  background-color: #41bbcb;
  color: #fff;
  padding: 0;
}

.lightblue h2{
  color: #fff;
}

.red{
  background-color: #e40f17;
  color: #fff;
}


.msgtl{
  position: absolute;
  top: 0;
  color: #fff;
  font-family: condor;
  padding: 15px 35px 15px 25px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.fllimg{
  min-height: 700px;
  background-size: cover;
  background-position: center;
}

.page-id-1036 .diagonal .lfblck{
  padding-top: 150px !important;
}

.lfblck .desc{
  padding-bottom: 30px;
}

.lfblck{
  min-height: 400px;
}

.diagonal .lfblck{
  padding-top: 50px !important;
}


.diagonal .diagonalsvg{
    height: 100%;
    width: 83px;
    left: 0;
    position: absolute;
}

.round{
  border-radius: 30px;
}

.lightblue svg polygon{
  fill: #41bbcb;
}


.lightblue .long-btn{
  background: #4B3473;
  margin-bottom: 60px !important;
}


.lightblue .long-btn:hover{
  background: #e40f17;
}


.dg_rblock svg{
  position: absolute;
  z-index: 999;
  background: #e40f17;
}


.header a.top_mega{
  padding: 22px 17px;
  display: inline-block;
}

.header a.top_mega.menu-item-has-children{
  padding-right: 30px;
}

.top_mega.menu-item-has-children{
  position:relative;
  display:block;
}
.top_mega.menu-item-has-children:before,
.top_mega.menu-item-has-children:after{
  position:absolute;
  display:block;
  content:"";
  border:5px solid transparent;/*adjust size*/
}

.top_mega.menu-item-has-children:before{
  top: 32px;
  right: 10px;
  border-top-color: #4B3473;
}
.top_mega.menu-item-has-children:after{
  top: 30px;/*adjust thickness*/
  right: 10px;
  border-top-color:#fff;
}

.smf{
  background-color: #e40f17;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  
}

.smf img{
  vertical-align: text-top;
  height: 25px;
  padding: 5px;
}

.smf_cont p{
  display: inline-block;
  margin-right: 10px;
}

.smf_cont h5{
  font-weight: 500;
  font-size: 1rem;
}


.diagonal h2{
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: condor,sans-serif;
}

.h1{
  font-family: condor,sans-serif;
  font-size: 2.7rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}

.reviewitem .person_name{
  font-weight: 500;
  color: #4B3473;
  font-size: 1.1rem;
  background-color: white;

}

.reviewitem{
  color: #706F6F;
  box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  height: 100%;
  line-height: 1.5;
}

.locationreview, .locationreview img{
  vertical-align: text-top;
  font-size: .8rem;
  margin-right: 5px;
}

.img_ta{
  border: 2px solid #fff;
  box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  border-radius: 50%;
  margin-bottom: 10px;
}

.locationreview{
  position: absolute;
  bottom: 0;
}

.txtub {
  padding: 20px;
}
.txtub a{
  color: #e40f17;
  text-decoration: underline;
}
.content hr{
  border: 0;
}



.graybg{
  background-color: #F8F8F8;
}

.diagonal.purple {
  background: #4B3473;
  color: #fff;
  padding:0;
}

.purple {
  background: #4B3473;
  color: #fff;
 
}

.purple h2{
  color: #fff;
}

.purple svg polygon{
  fill: #4B3473;
}

.purple .long-btn{
  position: relative;
}

.lightblue_header{
  background-color: #41bbcb;
  color: #fff;
}

.lightblue_header .btn{
  background-color: #432367;
}

.headershort{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0;
}

.leftblockhs{
  padding: 90px 0 60px 0;
}

.bg_short::before {
  content: ' ';
  height: 100%;
  width: 85px;
  position: absolute;
  left: 0;
  top:0;
  clip-path: polygon(0 0, 100% 0, 18% 100%, 0% 100%);
}

.purple .bg_short::before{
  background-color: #4b3473;
}

.lightblue .bg_short::before{
  background-color: #41bbcb;
}

.bg_short{
  background-size: cover;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.bg_short .btn{
  display: flex;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  
}



/*

*/


.wp-block-file.btn{
  padding: 0 !important;
}

.wp-block-file{
  
  background-image: url(/wp-content/uploads/2021/11/pdficon.svg);
  background-repeat: no-repeat;
  background-position: calc(97%);
  max-width: 100%;
}

.wp-block-file a{
  color: #e40f17;
  padding: 8px;
  padding-right: 42px;
}

.wp-block-file a:hover{
  color: #950C16;
  backdrop-filter: saturate(0.5);
}

.headershort.graybg{
  color: #4B3473;
}
.headershort.graybg .desc{
  color: #777;
}
#hg-howmany, #hg-subtext{
  top: calc(100% + 15px) !important;
}

.desc li{
  margin: 1rem 0;
}

.headershort h5{
  font-family: condor;
}

.headershort h1{
  font-size: 2.4rem;
}

.headershort .desc{
  max-width: 500px;
}


.headershort .btn img{
  float: right;
  width: 38px;
  margin-top: 4px;
}

.headershort{
  position: relative;
}

.imgcard{
  height: 250px;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
}

.card{
  color: #706F6F;
  box-shadow: 3px 1px 22px -1px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 3px 1px 22px -1px rgb(0 0 0 / 15%);
  -moz-box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  background: #fff;
  height: 100%;  
  transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}


.card:hover {
  transform: translateY(-6px);
  box-shadow: -1px 7px 19px 0px rgb(167 167 167 / 88%);
}

.card h3{
  font-size: 1.3rem;
  color: #4B3473;
}

.card a:hover h3{
  color: #41bbcb;
}

.card .desc{
  color: #777;
  line-height: 1.2;
}

.swiper {
  width: 100%;
  height: 500px;
}

.swiper .button-next{
  position: fixed;
  left: 0;
}

.swiper .button-prev{
  position: fixed;
  left: 200px;
  
}

.imgsld{
  height: 500px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}


.swiper{
  box-shadow: 3px 1px 22px -1px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 3px 1px 22px -1px rgb(0 0 0 / 15%);
  -moz-box-shadow: 3px 1px 22px -1px rgba(0,0,0,0.15);
  height: 100%;
}

.testimonial{
  background: #F8F8F8;
  color: #777;



}

.testimonial h3{
  color: #4B3473;
}

.testimonial .desc{
  font-size: .95rem;
}

.arrowsslider{
  float: right;
}

.arrowsslider svg:first-child{
  margin-top: 20px;
  transform: rotate(180deg);
}

#goback, #gonext{
  cursor: pointer;
}


.normal_content h1, .normal_content h2, .normal_content h3,
.normal_content h4, .normal_content h5, .desc h5{
  color: #4B3473;
}

.normal_content{
  color: #777;
}

.normal_content h2{
  font-size: 2rem;
  margin-top: 0;
}

.normal_content h5, .desc h5{
  font-size: 1.2rem;
}

.normal_content h5, .desc h5{
  border-bottom: 1px solid #4B3473;
}

.blocksticky{
  background: #F8F8F8;
  position: sticky;
  top: 50px;
  box-shadow: 2px 12px 20px -13px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 12px 20px -13px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 12px 20px -13px rgba(0,0,0,0.3);
  line-height: 1.4;
}

.breadcrumb a{
  color: #e40f17;
}


.lightblue.rounded{
  padding: 70px 0;
}





.lightblue .btn:hover{
  background-color: #fff;
  color: #4B3473;
}
.lightblue .btn:hover svg{
  fill: #4B3473;
}


.mobox{
  font-size: .8rem;
}

.mobox .mex{
  display: block;
  font-family: 'condor',sans-serif;
  text-transform: uppercase;
  font-size: .7rem;
}
.mobox .mti{
  display: block;
  font-size: 1.2rem;
}

.molinks{
  margin-top: 20px;
}

.molinks a{
  font-size: .9rem !important;
  margin: 4px 0;
  line-height: 1.6;
  width: 100%;
  display: block;
}

#menu a:hover{
  color: #e40f17 !important;
}

.mobilem{
  position: absolute;
  top: 150px;
  width: 77%;
  margin-top: 15px;
}

.mobilem .menu-item-480 a{
  background: #4b3473;
}
.mobilem .menu-item-480 a{
  color: #fff !important;
  padding: 10px !important;
  line-height: 1.1;
  bottom: 0;
  position: relative;
  margin-top: 100px;
}
#menu .mobilem li.menu-item-480 a:hover{
  color: #fff !important;
}

.mbmn{
  display: none;
  animation: slidein .5s ease 0s 1 normal forwards;
}

.molinks .mpt{
  font-size: 1.1rem;
}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes slideout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-250px);
  }
}

.openmob{
  display: block;
  position: relative;
  font-size: 1.3rem !important;
  animation: slidein .5s ease 0s 1 normal forwards;
  padding: 5px 0 !important;
}
.slideout{
  animation: slideout .4s ease 0s 1 normal forwards;
}

.mobox .mde{
  display: block;
  color: #777;
  line-height: 1.4;
  padding-bottom: 15px;
  border-bottom: 1px solid #432367;
  margin-bottom: 6px;
}
.mobox .mde a{
  font-size: .8rem !important;
  color: #e40f17 !important;
  text-decoration: underline !important;
  display: block;
  margin-top: 10px;
}


.wp-block-media-text__media {
  float: left;
  margin: 0;
  padding: 0;
}

.wp-block-media-text {
  text-align: left;
  width: 100%;
  display: inline-block;
}

.wp-block-media-text img{
  width: 29px;
}

.wp-block-media-text__media{
  width: 34px;
}

.normal_content .has-large-font-size{
  font-size: 1.4rem !important;
}

.gallerythumbnail h2{
  color: #432367;
  font-size: 2rem;
}

.imghesgal{
  cursor: pointer;
  transition: .4s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.imghesgal:hover{
  transform: translateY(-6px);
  box-shadow: -1px 7px 19px 0px rgb(167 167 167 / 88%);
}

#scrolltoexplore {
  position: absolute;
  z-index: 9999999;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  bottom: 0;
}



#hgallery.open button{
  z-index: 999 !important;
}


#scrolltoexplore svg{
  -webkit-animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both;animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both
}
  
  @-webkit-keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}
  @keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}


.grecaptcha-badge{display:none !important;}

.offer_label{
  width: 60px;
  height: 60px;
  background: red;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  padding: 11px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: rotate(-18deg);
  text-align: center;
}

.offer_label span{
  font-size: 1.2rem;
}


